.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user