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 4106e38 commit 4caf463Copy full SHA for 4caf463
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) {
+ location ~ ^/(background|user|vm-admin|twitch|imdb-search|chunk|polyfills|main|styles) {
59
root /usr/share/nginx/html;
60
try_files $uri $uri/ /index.html =404;
61
0 commit comments