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 c485022 + 6be2847 commit 469626eCopy full SHA for 469626e
nginx/filesystem/etc/nginx/conf.d/nginx.conf
@@ -50,13 +50,6 @@ server {
50
try_files $uri $uri/ /index.html;
51
}
52
53
- location ~ ^/(background|user/auth|user/login(?:/desktop)?|vm-admin|twitch-bot(?:/config)?|imdb-search) {
54
- root /usr/share/nginx/html;
55
- # First attempt to serve request as file, then
56
- # as directory, then redirect to index(angular) if no file found.
57
- try_files $uri $uri/ /index.html;
58
- }
59
-
60
location / {
61
return 404;
62
0 commit comments