Skip to content

Commit

Permalink
ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 26, 2016
1 parent a49c891 commit eff8ec9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup/www/resources/config/benchmarking.nodejs.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server {
listen *:80;
listen [::]:80;
server_name benchmarking.nodejs.org;

return 301 https://benchmarking.nodejs.org$request_uri;
Expand Down
1 change: 1 addition & 0 deletions setup/www/resources/config/coverage.nodejs.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server {
listen *:80;
listen [::]:80;
server_name coverage.nodejs.org;

return 301 https://coverage.nodejs.org$request_uri;
Expand Down
1 change: 1 addition & 0 deletions setup/www/resources/config/libuv.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server {
listen *:80;
listen [::]:80;
server_name dist.libuv.org;

keepalive_timeout 60;
Expand Down

0 comments on commit eff8ec9

Please sign in to comment.