Skip to content

Commit

Permalink
Merge pull request #340 from DennisGlindhart/master
Browse files Browse the repository at this point in the history
Listen on IPv6 interface in addition to IPv4
  • Loading branch information
djdefi authored Jun 14, 2019
2 parents fb11c2b + 9f599e9 commit 0c772a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/nginx-site.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server {
listen 8000 default; ## Listen for ipv4; this line is default and implied
listen [::]:8000 default; ## Listen for ipv6

# Make site accessible from http://localhost/
server_name localhost;
Expand Down

0 comments on commit 0c772a5

Please sign in to comment.