添加网站文件
This commit is contained in:
5
nginx.htaccess
Normal file
5
nginx.htaccess
Normal file
@@ -0,0 +1,5 @@
|
||||
location / {
|
||||
if (!-e $request_filename){
|
||||
rewrite ^(.*)$ /index.php?s=$1 last; break;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user