0.1.4-DEV-20191031-074215
------------------------- * ADD: - added client_max_body_size in proxy_site.j2 template so sites may permit uploads of larger files * MODIFY: - modified several sites to make use of client_max_body_size option
This commit is contained in:
@ -8,9 +8,10 @@ proxy_sites:
|
||||
|
||||
|
||||
git.thezengarden.net:
|
||||
proto : https
|
||||
dest : gitlab.thezengarden.net
|
||||
port : 443
|
||||
proto : https
|
||||
dest : gitlab.thezengarden.net
|
||||
port : 443
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
|
||||
hastebin.thezengarden.net:
|
||||
@ -55,10 +56,10 @@ proxy_sites:
|
||||
port : 9090
|
||||
|
||||
|
||||
hme-3.thezengarden.net:
|
||||
proto : https
|
||||
dest : kaiju.thezengarden.net
|
||||
port : 8006
|
||||
# hme-3.thezengarden.net:
|
||||
# proto : https
|
||||
# dest : kaiju.thezengarden.net
|
||||
# port : 8006
|
||||
|
||||
|
||||
chat.thezengarden.net:
|
||||
@ -86,9 +87,10 @@ proxy_sites:
|
||||
|
||||
|
||||
seafile.thezengarden.net:
|
||||
proto : http
|
||||
dest : sa.thezengarden.net
|
||||
port : 8000
|
||||
proto : http
|
||||
dest : sa.thezengarden.net
|
||||
port : 8000
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
|
||||
awx.thezengarden.net:
|
||||
@ -104,24 +106,27 @@ proxy_sites:
|
||||
|
||||
|
||||
images.thezengarden.net:
|
||||
proto : https
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 443
|
||||
proto : https
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 443
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
|
||||
cloud.thezengarden.net:
|
||||
proto : https
|
||||
dest : zg-lxoc01.thezengarden.net
|
||||
port : 443
|
||||
proto : https
|
||||
dest : zg-lxoc01.thezengarden.net
|
||||
port : 443
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
|
||||
lakeshorebulldogs.com:
|
||||
aliases : www.lakeshorebulldogs.com
|
||||
proto : http
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 80
|
||||
ssl_cert : "{{ proxy_site_ssl_directory }}/lakeshorebulldogs.com/fullchain1.pem"
|
||||
ssl_key : "{{ proxy_site_ssl_directory }}/lakeshorebulldogs.com/privkey1.pem"
|
||||
aliases : www.lakeshorebulldogs.com
|
||||
proto : http
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 80
|
||||
ssl_cert : "{{ proxy_site_ssl_directory }}/lakeshorebulldogs.com/fullchain1.pem"
|
||||
ssl_key : "{{ proxy_site_ssl_directory }}/lakeshorebulldogs.com/privkey1.pem"
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
|
||||
resources.thezengarden.net:
|
||||
@ -131,10 +136,11 @@ proxy_sites:
|
||||
|
||||
|
||||
thezengarden.net:
|
||||
aliases : www.thezengarden.net
|
||||
proto : https
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 443
|
||||
aliases : www.thezengarden.net
|
||||
proto : https
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 443
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
|
||||
devel.thezengarden.net:
|
||||
|
Reference in New Issue
Block a user