mirror of
https://github.com/wallabag/docker
synced 2025-12-15 10:46:43 +00:00
Update nginx.conf to work with IPv6
This commit is contained in:
@@ -36,6 +36,7 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
listen [::0]:80;
|
||||||
server_name _;
|
server_name _;
|
||||||
root /var/www/wallabag/web;
|
root /var/www/wallabag/web;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user