Drop enableACME

This commit is contained in:
Sandro 2024-10-02 14:12:14 +00:00 committed by Sandro Jäckel
parent 805373bfc4
commit 795aa39a02
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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:/";
};