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:
@ -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.4
|
||||
proxy_site_revision : 20191029-101338
|
||||
proxy_site_version : 1.5
|
||||
proxy_site_revision : 20191030-213756
|
||||
|
||||
|
||||
proxy_site_log_path : /proxy_logs
|
||||
@ -19,3 +19,8 @@
|
||||
# many websites are run from our apache host
|
||||
# ...lets define it here to make things easier
|
||||
proxy_default_host : zg-lxwb04.thezengarden.net
|
||||
|
||||
|
||||
# some of our sites require uploads, and those uploads
|
||||
# can be rather large; lets set a default max upload size:
|
||||
proxy_default_max_upload: 512M
|
||||
|
Reference in New Issue
Block a user