diff --git a/src/web-nginx/nginx.conf b/src/web-nginx/nginx.conf index 033f9da..131dd79 100644 --- a/src/web-nginx/nginx.conf +++ b/src/web-nginx/nginx.conf @@ -22,6 +22,8 @@ http { server { listen 80; + listen [::]:80; + root /var/www/html; location /tt-rss/cache {