mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-15 00:31:07 +02:00
move rspamd to vpn domain
This commit is contained in:
parent
e3e21f7352
commit
7656a942c0
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
caddy.virtualHosts."rspamd.${config.networking.domain}".extraConfig = ''
|
caddy.virtualHosts."rspamd.vpn.${config.networking.domain}".extraConfig = ''
|
||||||
|
|
||||||
# for some reason this only works with http and not with https so we send every request through our wireguard tunnel
|
# for some reason this only works with http and not with https so we send every request through our wireguard tunnel
|
||||||
reverse_proxy /outpost.goauthentik.io/* http://nuc.vpn.rfive.de:9000
|
reverse_proxy /outpost.goauthentik.io/* http://nuc.vpn.rfive.de:9000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue