mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
fix nginx config
This commit is contained in:
parent
640ba8b79f
commit
c9676f2466
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user