1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-09-24 19:48:03 +08:00
parent 9a5ba7376e
commit 283087d2ce

9
etc/conf/locations.conf Normal file
View File

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