z9(group): remove all old ip references and change them to new ones

This commit is contained in:
bitwhisker 2026-06-20 17:58:25 +02:00
commit 04d24ccb6f
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE
4 changed files with 116 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;