web-nginx: listen on ipv6 too

pull/5/head
Andrew Dolgov 4 years ago
parent 3f6251cf1c
commit 3ebfd86806

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

Loading…
Cancel
Save