diff --git a/common/website.conf b/common/website.conf index e92f51c..0ed3cf5 100644 --- a/common/website.conf +++ b/common/website.conf @@ -21,6 +21,8 @@ location /media { location /blog { alias /var/www/website/blog; + try_files $uri $uri/index.html $uri.html $uri/ @extensionless-php; + index index.html; } location /canaries {