Add audiobooks.foo.sh virtual host

This commit is contained in:
Timo Makinen 2025-03-01 19:12:10 +00:00
parent ae7ec4680f
commit bbe61d4180
2 changed files with 6 additions and 0 deletions

View file

@ -36,6 +36,9 @@
nginx_site_proxy: nginx_site_proxy:
- https://oci-node01.home.foo.sh - https://oci-node01.home.foo.sh
- https://oci-node02.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 - role: nginx_site
nginx_site_name: autoconfig.foo.sh nginx_site_name: autoconfig.foo.sh
- role: nginx_site - role: nginx_site

View file

@ -0,0 +1,3 @@
# this should be changed to only affect uploads
client_max_body_size 10g;