Merge pull request #2733 from element-hq/fkwp/fix_nginx_conf

fix nginx config
This commit is contained in:
fkwp 2024-11-07 23:12:01 +01:00 committed by GitHub
commit f4096a6d43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ server {
# and may or may not bear any resemblance to when the resource changed
add_header Last-Modified "";
try_files $uri /$uri /index.html;
try_files $uri $uri/ /index.html;
}
# assets can be cached because they have hashed filenames