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