This commit is contained in:
Sharad Ahlawat
2021-04-01 01:23:14 -07:00
parent 5cee123a3c
commit 90c5709862
64 changed files with 802 additions and 140 deletions

View File

@ -17,7 +17,7 @@ http {
tcp_nopush on;
aio on;
resolver 192.168.0.5 [2603:3024:3f6:e1::5];
resolver 192.168.0.5 [fd01::5];
proxy_http_version 1.1;
proxy_set_header Connection "";
@ -182,7 +182,7 @@ http {
listen [::]:8013;
server_name localhost;
location / {
proxy_pass http://update3.FreeBSD.org;
proxy_pass http://update5.FreeBSD.org;
}
}
server {