新建
This commit is contained in:
4
public/nginx.htaccess
Normal file
4
public/nginx.htaccess
Normal file
@@ -0,0 +1,4 @@
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?s=/$1 last;
|
||||
break;
|
||||
}
|
||||
Reference in New Issue
Block a user