hrjy 3 years ago
parent
commit
b8fc513724
2 changed files with 5 additions and 0 deletions
  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