Disable acme
This commit is contained in:
parent
6791b8cacc
commit
e2ded7a281
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts.${srv.DOMAIN} = {
|
virtualHosts.${srv.DOMAIN} = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = false;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
client_max_body_size 512M;
|
client_max_body_size 512M;
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue