Add support for IPv6 (#76)

This commit is contained in:
Mateusz Kowalski
2021-02-05 07:46:49 +01:00
committed by GitHub
parent 51585675e6
commit b9e5c932ce
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ http {
map_hash_bucket_size 128;
include /etc/nginx/mime.types;
default_type application/octet-stream;
# Include nginx timeout configs
include /etc/nginx/nginx.timeouts.config.conf;
@@ -133,6 +133,7 @@ http {
# The proxy director layer, listens on 3128
server {
listen 3128;
listen [::]:3128;
server_name proxy_director_;
# dont log the CONNECT proxy.