Fix for 25.11
This commit is contained in:
parent
2fe3646a70
commit
abedbb7db8
4 changed files with 7 additions and 5 deletions
|
|
@ -71,7 +71,7 @@ in
|
|||
(lib.mkIf cfg.proxy.enable {
|
||||
services.caddy = with cfg.proxy; {
|
||||
virtualHosts."${subdomain}.${domain}".extraConfig = ''
|
||||
reverse_proxy http://${host}:${services.n8n.environment.N8N_PORT}
|
||||
reverse_proxy http://${host}:${config.services.n8n.environment.N8N_PORT}
|
||||
import cloudflare_${domain}
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue