diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 80fe657..e8dbed2 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -123,6 +123,10 @@ http { proxy_pass http://twitch-subs-api:5000/; } + location ^~ /schedule { + return 301 /#livestreams; + } + location ~ /\.ht { deny all; }