1
0
mirror of https://github.com/wallabag/docker synced 2025-12-12 17:26:25 +00:00

Support dualstack listen on nginx

Fixes #422
Supersedes #435

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2025-04-20 17:22:46 +02:00
parent dd237ec16e
commit 3808b524fc

View File

@@ -35,8 +35,7 @@ http {
}
server {
listen 80;
listen [::0]:80;
listen [::]:80 ipv6only=off;
server_name _;
root /var/www/wallabag/web;