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:
@ -1,8 +1,8 @@
|
||||
---
|
||||
proxy_site_conf_dir : /etc/nginx/conf.d
|
||||
proxy_site_file : "{{ proxy_site_conf_dir }}/zen_proxy.conf"
|
||||
proxy_site_version : 1.5
|
||||
proxy_site_revision : 20191030-213756
|
||||
proxy_site_version : 1.8
|
||||
proxy_site_revision : 20191031-132522
|
||||
|
||||
|
||||
proxy_site_log_path : /proxy_logs
|
||||
|
@ -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