Reenable acme

This commit is contained in:
hodasemi 2025-05-20 11:15:02 +02:00
parent e2ded7a281
commit 5230e6d3bd

View file

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