summaryrefslogtreecommitdiff
path: root/etc/nginx/sites-enabled/buildbot-ssl.site
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-08 15:37:09 +0200
committerChristian Grothoff <christian@grothoff.org>2016-08-08 15:37:09 +0200
commit19b92492c8f1c3bdc1de6092700de8ff7e4bdb93 (patch)
treedb47bf3eeeec04c5100e99c32127de068da7c5d6 /etc/nginx/sites-enabled/buildbot-ssl.site
parent72868a52504ce5792102426760e03f8a2b33dafc (diff)
downloaddeployment-19b92492c8f1c3bdc1de6092700de8ff7e4bdb93.tar.gz
deployment-19b92492c8f1c3bdc1de6092700de8ff7e4bdb93.tar.bz2
deployment-19b92492c8f1c3bdc1de6092700de8ff7e4bdb93.zip
last patch failed, reverting
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 8a4e278..0b408a5 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 ipv6only=off; ## listen for ipv4; this line is default and implied
+ listen [::]:443 ssl; ## 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;