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.
2 parents 11669a1 + 8752e01 commit cdf9553Copy full SHA for cdf9553
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|favicon) {
59
root /usr/share/nginx/html;
60
try_files $uri $uri/ /index.html =404;
61
@@ -119,11 +119,6 @@ server {
119
location = /50x.html {
120
121
122
-
123
- # Google search picked up things that don't exist, we need to get rid of them here
124
- location /angular {
125
- return 404;
126
- }
127
128
129
server {
0 commit comments