Initial YakPanel commit
This commit is contained in:
5
rewrite/nginx/dabr.conf
Normal file
5
rewrite/nginx/dabr.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
location / {
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^/(.*)$ /index.php?q=$1 last;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user