z9(group): remove all old ip references and change them to new ones
Some checks failed
/ build (pull_request) Failing after 2m46s
/ Ansible Lint (push) Successful in 3m57s
/ Ansible Lint (pull_request) Successful in 4m1s

This commit is contained in:
bitwhisker 2026-06-20 17:58:25 +02:00
commit 2c825d2b85
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE
5 changed files with 120 additions and 21 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;