v2
This commit is contained in:
@@ -15,6 +15,7 @@ location ^~ __PATH__/ {
|
||||
more_set_headers "Referrer-Policy: no-referrer";
|
||||
|
||||
index index.php index.html index.htm;
|
||||
client_max_body_size 50M;
|
||||
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.+)$ /index.php?q= last;
|
||||
|
||||
Reference in New Issue
Block a user