1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 01:36:28 +00:00

Update nginx.conf to work with IPv6

This commit is contained in:
Markus Näsholm
2023-10-05 20:20:45 +02:00
committed by GitHub
parent 96dd9bc3e3
commit c68fc98e51

View File

@@ -36,6 +36,7 @@ http {
server {
listen 80;
listen [::0]:80;
server_name _;
root /var/www/wallabag/web;