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