Apply suggestions from code review
This commit is contained in:
committed by
GitHub
parent
0fb23cc6fe
commit
55ae72b326
@@ -15,6 +15,10 @@ location ^~ __PATH__/ {
|
||||
more_set_headers "Referrer-Policy: no-referrer";
|
||||
|
||||
index index.php index.html index.htm;
|
||||
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.+)$ /index.php?q= last;
|
||||
}
|
||||
|
||||
try_files $uri $uri/ __PATH__/__PATH__/index.php?q=;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user