Skip to content

Commit

Permalink
Convert sites to enable TLS
Browse files Browse the repository at this point in the history
The only one missing is trac.
  • Loading branch information
seankelly committed Apr 2, 2015
1 parent 146d997 commit 1d86e89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions jail-buildbot.yml
Expand Up @@ -40,5 +40,6 @@
nginx_template: proxy
server_name: "{{ web_host_name }}"
upstream_url: 192.168.80.239:8010
ssl: True

# vim:ts=2:sw=2:noai:nosi
1 change: 1 addition & 0 deletions jail-docs.yml
Expand Up @@ -43,6 +43,7 @@
nginx_template: static
server_name: "{{ web_host_name }}"
server_root: "{{ getent_passwd[worker_account].4 }}/{{ bbdocs_dir }}/docs"
ssl: True
- role: nginx
nginx_template: domain-redirect
server_name: redirects
Expand Down
1 change: 1 addition & 0 deletions jail-nine.yml
Expand Up @@ -41,3 +41,4 @@
nginx_template: proxy
server_name: "{{ web_host_name }}"
upstream_url: 192.168.80.244:8010
ssl: True
1 change: 1 addition & 0 deletions jail-www.yml
Expand Up @@ -30,6 +30,7 @@
server_name: "{{ web_host_name }}"
server_root: "{{ getent_passwd[worker_account].4 }}/{{ build_dir }}/built"
extra_config_from: "files/www-redirects"
ssl: True
# for a while buildbot.net was 301'ing to www-new.buildbot.net. 301 is a permament
# redirect. So let's make that site exist, too.
- role: nginx
Expand Down

0 comments on commit 1d86e89

Please sign in to comment.