mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
fix(nginx): better handling of ssl_stapling
This commit is contained in:
parent
4dd8292a5b
commit
1474c57bf5
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,8 @@ in
|
|||
allow fd7a:115c:a1e0::/48;
|
||||
deny all;
|
||||
'';
|
||||
extraConfig = ''
|
||||
|
||||
extraConfig = lib.mkIf (lib.hasSuffix "luj" name) ''
|
||||
ssl_stapling off;
|
||||
'';
|
||||
|
||||
|
@ -100,6 +101,7 @@ in
|
|||
sslCertificate = "/var/lib/acme/default/cert.pem";
|
||||
sslCertificateKey = "/var/lib/acme/default/key.pem";
|
||||
extraConfig = ''
|
||||
ssl_stapling off;
|
||||
return 444;
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue