mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
rspamd: authenticate via sso
This commit is contained in:
parent
7372df381d
commit
16f3500f09
2 changed files with 15 additions and 1 deletions
|
@ -20,4 +20,6 @@ in
|
|||
services.caddy.virtualHosts."${domain}".extraConfig = ''
|
||||
reverse_proxy localhost:9000
|
||||
'';
|
||||
# open the firewall for proxy auth
|
||||
networking.firewall.allowedTCPPorts = [ 9000 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue