diff --git a/conf/nginx-site.conf b/conf/nginx-site.conf index 273ad88d..08971839 100644 --- a/conf/nginx-site.conf +++ b/conf/nginx-site.conf @@ -1,5 +1,6 @@ server { listen 8000 default; ## Listen for ipv4; this line is default and implied + listen [::]:8000 default; ## Listen for ipv6 # Make site accessible from http://localhost/ server_name localhost;