Add audiobooks.foo.sh virtual host
This commit is contained in:
parent
ae7ec4680f
commit
bbe61d4180
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
3
roles/nginx_site/templates/audiobooks.foo.sh.conf.j2
Normal file
3
roles/nginx_site/templates/audiobooks.foo.sh.conf.j2
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# this should be changed to only affect uploads
|
||||||
|
client_max_body_size 10g;
|
||||||
|
|
Loading…
Add table
Reference in a new issue