This commit is contained in:
Éric Gaspar
2023-06-05 10:51:34 +02:00
parent 88d12f0aab
commit 808fa2a92f
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -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;