Skip to content

Commit 4caf463

Browse files
feat: changing mismatching url
1 parent 4106e38 commit 4caf463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/filesystem/etc/nginx/conf.d/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ server {
5555
}
5656

5757
# Angular pages
58-
location ~ ^/(background|user|vm-admin|twitch|imdb-search) {
58+
location ~ ^/(background|user|vm-admin|twitch|imdb-search|chunk|polyfills|main|styles) {
5959
root /usr/share/nginx/html;
6060
try_files $uri $uri/ /index.html =404;
6161
}

0 commit comments

Comments
 (0)