l binary-cache: fix nginx SSL config
This commit is contained in:
parent
b4a0dc3a4a
commit
0db6666203
|
@ -26,6 +26,7 @@
|
|||
'';
|
||||
};
|
||||
virtualHosts."cache.krebsco.de" = {
|
||||
forceSSL = true;
|
||||
serverAliases = [ "cache.lassul.us" ];
|
||||
enableACME = true;
|
||||
locations."/".extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue