z9(group): remove all old ip references and change them to new ones
Some checks failed
/ Ansible Lint (push) Successful in 2m26s
/ Ansible Lint (pull_request) Successful in 2m28s
/ build (pull_request) Failing after 2m40s

This commit is contained in:
bitwhisker 2026-06-20 17:58:25 +02:00
commit 1fbc903125
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE
4 changed files with 119 additions and 20 deletions

View file

@ -13,7 +13,7 @@ server {
ssl_trusted_certificate /etc/letsencrypt/live/light-werkstatt.ccchh.net/chain.pem;
# replace with the IP address of your resolver
resolver 10.31.208.1;
#resolver 10.31.208.1; # is this needed?
location / {
proxy_pass http://127.0.0.1:8081;
@ -38,7 +38,7 @@ server {
ssl_trusted_certificate /etc/letsencrypt/live/light.ccchh.net/chain.pem;
# replace with the IP address of your resolver
resolver 10.31.208.1;
#resolver 10.31.208.1; # is this needed?
location / {
proxy_pass http://127.0.0.1:8080;