1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Merge pull request #173 from hoh/patch-1

Fix Nginx was not binding on IPv6
This commit is contained in:
Jérémy Benoist
2019-12-05 18:15:01 -08:00
committed by GitHub

View File

@@ -31,6 +31,8 @@ http {
}
server {
listen 80;
listen [::]:80;
server_name _;
root /var/www/wallabag/web;