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;
|
||||
virtualHosts.${srv.DOMAIN} = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
enableACME = false;
|
||||
extraConfig = ''
|
||||
client_max_body_size 512M;
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue