Drop enableACME

This commit is contained in:
Sandro 2024-10-02 14:12:14 +00:00
parent 300459a662
commit 37a4217da1

View File

@ -59,7 +59,6 @@ in
enable = true;
virtualHosts = {
"${cfg.rspamdWebUi.domain}" = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://unix:/run/rspamd/worker-controller.sock:/";
};