Skip to content

Commit

Permalink
Merge pull request wallabag#173 from hoh/patch-1
Browse files Browse the repository at this point in the history
Fix Nginx was not binding on IPv6
  • Loading branch information
j0k3r authored Dec 6, 2019
2 parents 6c548be + b98d38c commit a444f0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions root/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ http {
}

server {
listen 80;
listen [::]:80;
server_name _;
root /var/www/wallabag/web;

Expand Down

0 comments on commit a444f0d

Please sign in to comment.