1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-08 21:59:51 +02:00

web-nginx: listen on ipv6 too

This commit is contained in:
Andrew Dolgov 2020-10-01 12:50:25 +03:00
parent 04a5438966
commit 2505ad8a8a

View file

@ -22,6 +22,7 @@ http {
server {
listen 80;
listen [::]:80;
root /var/www/html;
location /tt-rss/cache {