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 f454d0a commit 4721059Copy full SHA for 4721059
nginx/filesystem/etc/nginx/conf.d/nginx.conf
@@ -48,6 +48,11 @@ server {
48
try_files /index.html =404;
49
}
50
51
+ location ~ ^/(background|user/auth|user/login(?:/desktop)?|vm-admin|twitch-bot(?:/config)?|imdb-search) {
52
+ root /usr/share/nginx/html;
53
+ try_files $uri $uri/ /index.html =404;
54
+ }
55
+
56
location / {
57
root /usr/share/nginx/html;
58
try_files $uri $uri/ =404;
0 commit comments