Add apps.foo.sh virtual host
This commit is contained in:
parent
eaf1b3ffb9
commit
5fdeef32e8
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@
|
|||
- role: nginx_site
|
||||
nginx_site_name: foo.sh
|
||||
nginx_site_redirect: https://www.foo.sh/
|
||||
- role: nginx_site
|
||||
nginx_site_name: apps.foo.sh
|
||||
nginx_site_load_balance_method: ip_hash
|
||||
nginx_site_proxy:
|
||||
- https://oci-node01.home.foo.sh
|
||||
- https://oci-node02.home.foo.sh
|
||||
- role: nginx_site
|
||||
nginx_site_name: autoconfig.foo.sh
|
||||
- role: nginx_site
|
||||
|
|
Loading…
Add table
Reference in a new issue