This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
xiaojia
/
maintenance
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
20250228 调整
贾小兵
1 kuukausi sitten
vanhempi
f2230186fc
commit
bc4062e547
1 muutettua tiedostoa
jossa
4 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
4
0
public/nginx.htaccess
+ 4
- 0
public/nginx.htaccess
Näytä tiedosto
@@ -0,0 +1,4 @@
+if (!-e $request_filename) {
+ rewrite ^(.*)$ /index.php?s=$1 last;
+ break;
+ }