Skip to content

Commit

Permalink
Listen on IPv6 interface
Browse files Browse the repository at this point in the history
Usable in IPv6-only environments
  • Loading branch information
DennisGlindhart authored Jun 9, 2019
1 parent fb11c2b commit 9f599e9
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 9f599e9

Please sign in to comment.