fix pretty urls for blog

This commit is contained in:
root 2022-12-10 15:53:51 +00:00
parent 43d27a96ee
commit a0d8ee0c62
1 changed files with 2 additions and 0 deletions

View File

@ -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 {