Changes
1 changed files (+6/-6)
-
-
@@ -108,6 +108,12 @@environmentFile = "/etc/caddy/env"; # By default only errors are logged logFormat = ""; globalConfig = '' dns porkbun { api_key {env.PORKBUN_API_KEY} api_secret_key {env.PORKBUN_API_SECRET_KEY} } ''; # It's kinda cumbersome to configure individual vhosts so let's just dump the entire Caddyfile # Also this stops Nix from adding a default access log file extraConfig = ''
-
@@ -138,12 +144,6 @@log } *.unnamed.website { tls { dns porkbun { api_key {env.PORKBUN_API_KEY} api_secret_key {env.PORKBUN_API_SECRET_KEY} } } root * /srv/http/{labels.2} handle /cgi-bin/* { reverse_proxy unix//run/fcgiwrap-caddy.sock {
-