new z9 ccchh router #98

Merged
bitwhisker merged 47 commits from new_ccchh_router into main 2026-08-07 23:44:27 +02:00
Showing only changes of commit 82760d2bc2 - Show all commits

light(host): remove resolver from nginx conf

bitwhisker 2026-08-02 16:45:50 +02:00
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE

View file

@ -12,9 +12,6 @@ server {
# verify chain of trust of OCSP response using Root CA and Intermediate certs
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; # is this needed?
location / {
proxy_pass http://127.0.0.1:8081;
proxy_set_header Host $host;
@ -37,9 +34,6 @@ server {
# verify chain of trust of OCSP response using Root CA and Intermediate certs
ssl_trusted_certificate /etc/letsencrypt/live/light.ccchh.net/chain.pem;
# replace with the IP address of your resolver
#resolver 10.31.208.1; # is this needed?
location / {
proxy_pass http://127.0.0.1:8080;
proxy_set_header Host $host;