mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 15:19:52 +02:00
web-nginx: listen on ipv6 too
This commit is contained in:
parent
3f6251cf1c
commit
3ebfd86806
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ http {
|
|||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
root /var/www/html;
|
||||
|
||||
location /tt-rss/cache {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue