mirror of
https://github.com/wallabag/docker
synced 2026-01-04 20:39:22 +00:00
Merge pull request #189 from pando85/master
Remove ipv6 to avoid fail when ipv6 is not defined
This commit is contained in:
@@ -32,7 +32,6 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name _;
|
||||
root /var/www/wallabag/web;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user