diff --git a/assets/tpls/etc/nginx/nginx.conf b/assets/tpls/etc/nginx/nginx.conf index f84cf91..c01f77d 100644 --- a/assets/tpls/etc/nginx/nginx.conf +++ b/assets/tpls/etc/nginx/nginx.conf @@ -70,6 +70,7 @@ http { server { listen 80; + listen [::]:80; root /opt/librenms/html; index index.php;