Disable acme

This commit is contained in:
hodasemi 2025-05-20 11:05:08 +02:00
parent 6791b8cacc
commit e2ded7a281

View file

@ -33,7 +33,7 @@ in
enable = true;
virtualHosts.${srv.DOMAIN} = {
forceSSL = true;
enableACME = true;
enableACME = false;
extraConfig = ''
client_max_body_size 512M;
'';