This commit is contained in:
Stefan Wieczorek
2020-12-21 18:58:07 +01:00
parent ad7f774828
commit baddc09994

View File

@@ -26,6 +26,12 @@ server {
{{basic_auth}}
#rewrite ^/blog$ /blog/$1 permanent;
#location /blog/ {
# try_files $uri $uri/ /blog/index.php?$args;
#}
try_files $uri $uri/ /index.php?$args;
index index.php index.html;