Merge pull request #2733 from element-hq/fkwp/fix_nginx_conf
fix nginx config
This commit is contained in:
@@ -13,7 +13,7 @@ server {
|
|||||||
# and may or may not bear any resemblance to when the resource changed
|
# and may or may not bear any resemblance to when the resource changed
|
||||||
add_header Last-Modified "";
|
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
|
# assets can be cached because they have hashed filenames
|
||||||
|
|||||||
Reference in New Issue
Block a user