mirror of
https://github.com/wallabag/docker.git
synced 2025-12-24 04:37:38 +01:00
Merge pull request #385 from markusnasholm/nginx_ipv6
This commit is contained in:
@ -36,6 +36,7 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::0]:80;
|
||||
server_name _;
|
||||
root /var/www/wallabag/web;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user