mirror of
https://github.com/wallabag/docker.git
synced 2026-02-27 04:07:36 +01:00
Update nginx.conf
removed listening on IPv6
This commit is contained in:
@ -36,7 +36,6 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::0]:80;
|
||||
server_name _;
|
||||
root /var/www/wallabag/web;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user