From 96e9cdb0dcf408b6f42dff9ddf8e2c66eb081915 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 3 Aug 2023 05:04:13 +0200 Subject: [PATCH] Add relevant entry for HTTP challenge on PBS --- .../files/configs/public-reverse-proxy/nginx/acme_challenge.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/files/configs/public-reverse-proxy/nginx/acme_challenge.conf b/playbooks/files/configs/public-reverse-proxy/nginx/acme_challenge.conf index 0f5321f..f5c9a8e 100644 --- a/playbooks/files/configs/public-reverse-proxy/nginx/acme_challenge.conf +++ b/playbooks/files/configs/public-reverse-proxy/nginx/acme_challenge.conf @@ -12,6 +12,7 @@ map $host $upstream_acme_challenge_host { keycloak-admin.ccchh.net 10.31.206.12:31820; esphome.ccchh.net 10.31.208.24:31820; aes.ccchh.net 10.31.206.14:31820; + proxmox-backup-server.ccchh.net 10.31.208.28; default ""; }