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:
@ -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 }}"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user