2
0

Regression: missing envvars in nginx.conf template.

This commit is contained in:
2026-01-14 21:48:15 +01:00
parent d99af2ffa9
commit e0a8a89bb3
2 changed files with 1 additions and 1 deletions

BIN
.metadata

Binary file not shown.

View File

@@ -23,7 +23,7 @@ server {
# Let's Encrypt (acme.sh) support. # Let's Encrypt (acme.sh) support.
location ~ ^(/\.well-known/(?!(caldav|carddav|nodeinfo|webfinger)).*$) { location ~ ^(/\.well-known/(?!(caldav|carddav|nodeinfo|webfinger)).*$) {
proxy_pass http://localhost:8100; proxy_pass http://$PAR_ACMEHOST:$PAR_ACMEPORT;
error_page 500 502 503 504 @proxy_error; error_page 500 502 503 504 @proxy_error;
} }