Compare commits
3 Commits
014c9fd5b3
...
66bc408908
Author | SHA1 | Date |
---|---|---|
Oystein Kristoffer Tveit | 66bc408908 | |
Oystein Kristoffer Tveit | 6cf978a0f1 | |
Oystein Kristoffer Tveit | 8669b94373 |
2
base.nix
2
base.nix
|
@ -98,6 +98,6 @@
|
||||||
sslCertificate = "/etc/certs/nginx.crt";
|
sslCertificate = "/etc/certs/nginx.crt";
|
||||||
sslCertificateKey = "/etc/certs/nginx.key";
|
sslCertificateKey = "/etc/certs/nginx.key";
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
extraConfig = "return 444;";
|
extraConfig = "return 404;";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue