Skip to content

Commit f4096a6

Browse files
authored
Merge pull request element-hq#2733 from element-hq/fkwp/fix_nginx_conf
fix nginx config
2 parents 640ba8b + c9676f2 commit f4096a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ server {
1313
# and may or may not bear any resemblance to when the resource changed
1414
add_header Last-Modified "";
1515

16-
try_files $uri /$uri /index.html;
16+
try_files $uri $uri/ /index.html;
1717
}
1818

1919
# assets can be cached because they have hashed filenames

0 commit comments

Comments
 (0)