diff --git a/playbooks/proxy.yml b/playbooks/proxy.yml index f5b232d..1968633 100644 --- a/playbooks/proxy.yml +++ b/playbooks/proxy.yml @@ -36,6 +36,9 @@ nginx_site_proxy: - https://oci-node01.home.foo.sh - https://oci-node02.home.foo.sh + - role: nginx_site + nginx_site_name: audiobooks.foo.sh + nginx_site_proxy: https://audiobooks02.home.foo.sh/ - role: nginx_site nginx_site_name: autoconfig.foo.sh - role: nginx_site diff --git a/roles/nginx_site/templates/audiobooks.foo.sh.conf.j2 b/roles/nginx_site/templates/audiobooks.foo.sh.conf.j2 new file mode 100644 index 0000000..e838c5f --- /dev/null +++ b/roles/nginx_site/templates/audiobooks.foo.sh.conf.j2 @@ -0,0 +1,3 @@ + # this should be changed to only affect uploads + client_max_body_size 10g; +