We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6836b4b commit 19d924cCopy full SHA for 19d924c
nginx/filesystem/etc/nginx/conf.d/nginx.conf
@@ -55,7 +55,7 @@ server {
55
}
56
57
# Angular pages
58
- location ~ ^/(background|user|vm-admin|twitch|imdb-search|chunk|polyfills|main|styles|assets) {
+ location ~ ^/(background|user|vm-admin|twitch/|imdb-search|chunk|polyfills|main|styles|assets) {
59
root /usr/share/nginx/html;
60
try_files $uri $uri/ /index.html =404;
61
0 commit comments