summaryrefslogtreecommitdiff
path: root/etc/nginx/sites-enabled/buildbot-ssl.site
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-08 15:34:15 +0200
committerChristian Grothoff <christian@grothoff.org>2016-08-08 15:34:15 +0200
commit72868a52504ce5792102426760e03f8a2b33dafc (patch)
tree852ffe1ab2a74eb68a76bb26d0c4e94a97325873 /etc/nginx/sites-enabled/buildbot-ssl.site
parent80958d46b0ea953e76421c8cb2d169004de50bc3 (diff)
downloaddeployment-72868a52504ce5792102426760e03f8a2b33dafc.tar.gz
deployment-72868a52504ce5792102426760e03f8a2b33dafc.tar.bz2
deployment-72868a52504ce5792102426760e03f8a2b33dafc.zip
force dual stack
Diffstat (limited to 'etc/nginx/sites-enabled/buildbot-ssl.site')
-rw-r--r--etc/nginx/sites-enabled/buildbot-ssl.site4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site b/etc/nginx/sites-enabled/buildbot-ssl.site
index 0b408a5..8a4e278 100644
--- a/etc/nginx/sites-enabled/buildbot-ssl.site
+++ b/etc/nginx/sites-enabled/buildbot-ssl.site
@@ -1,5 +1,5 @@
server {
- listen [::]:443 ssl; ## listen for ipv4; this line is default and implied
+ listen [::]:443 ssl ipv6only=off; ## listen for ipv4; this line is default and implied
# listen [::]:80 default_server ipv6only=on; ## listen for ipv6
root /var/www/buildbot/;
@@ -25,7 +25,7 @@ server {
error_page 502 /502.html;
location = /502.html {
- root /home/fournier/buildbot;
+ root /home/fournier/buildbot;
}
include conf.d/favicon_robots;