ソースを参照

20250228 调整

贾小兵 1 ヶ月 前
コミット
bc4062e547
1 ファイル変更4 行追加0 行削除
  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;
+            }