0.1.6-DEV-20191031-140910

-------------------------
    * ADD:
      - added special section just for seafile to proxy_site.j2; this is both unfortunate and unavoidable

    * MODIFY:
      - images.thezengarden.net was having issues chaining ssl's; its now a port 80 site with ssl handled only via nginx
This commit is contained in:
2019-10-31 14:11:14 -04:00
parent bd82ec227c
commit 2519c0b86c
3 changed files with 25 additions and 9 deletions

View File

@ -87,10 +87,11 @@ proxy_sites:
seafile.thezengarden.net:
proto : http
dest : sa.thezengarden.net
port : 8000
max_upload : "{{ proxy_default_max_upload }}"
proto : http
dest : sa.thezengarden.net
port : 8000
seafhttp_port : 8082
max_upload : "{{ proxy_default_max_upload }}"
awx.thezengarden.net:
@ -106,9 +107,9 @@ proxy_sites:
images.thezengarden.net:
proto : https
proto : http
dest : "{{ proxy_default_host }}"
port : 443
port : 80
max_upload : "{{ proxy_default_max_upload }}"