From 5fdeef32e8378fe3b1919574f6ddd9a511eabb01 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sun, 2 Feb 2025 15:39:26 +0000 Subject: [PATCH] Add apps.foo.sh virtual host --- playbooks/proxy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/proxy.yml b/playbooks/proxy.yml index 7780db6..f5b232d 100644 --- a/playbooks/proxy.yml +++ b/playbooks/proxy.yml @@ -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