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