Explorar o código

20250228 调整

贾小兵 hai 1 mes
pai
achega
bc4062e547
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      public/nginx.htaccess

+ 4 - 0
public/nginx.htaccess

@@ -0,0 +1,4 @@
+if (!-e $request_filename) {
+                rewrite  ^(.*)$  /index.php?s=$1  last;
+                break;
+            }