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