hrjy 2 年之前
父節點
當前提交
b8fc513724
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      nginx.htaccess
  2. 0 0
      public/install/install.lock

+ 5 - 0
nginx.htaccess

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

+ 0 - 0
public/install/install.lock