1
0
forked from x/ContextOS
ContextOS/etc/conf/locations.conf
2022-09-24 19:48:03 +08:00

10 lines
151 B
Plaintext

location / {
include header.conf;
if ($http_user_agent ~* "^Wget") {
proxy_pass http://contexts;
break;
}
return 302 https://$server_name/;
}