mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-04-02 05:44:33 +05:00
Drop enableACME
This commit is contained in:
parent
300459a662
commit
37a4217da1
@ -59,7 +59,6 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"${cfg.rspamdWebUi.domain}" = {
|
"${cfg.rspamdWebUi.domain}" = {
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/".proxyPass = "http://unix:/run/rspamd/worker-controller.sock:/";
|
locations."/".proxyPass = "http://unix:/run/rspamd/worker-controller.sock:/";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user