Add schedule redirect

master
Nikola Forró 6 years ago
parent f024970151
commit 55c2a09d5f

@ -123,6 +123,10 @@ http {
proxy_pass http://twitch-subs-api:5000/; proxy_pass http://twitch-subs-api:5000/;
} }
location ^~ /schedule {
return 301 /#livestreams;
}
location ~ /\.ht { location ~ /\.ht {
deny all; deny all;
} }

Loading…
Cancel
Save