ma photostore.krebsco.de: enable ssl
This commit is contained in:
parent
a787a175e5
commit
a57ce347ae
|
@ -26,6 +26,8 @@ in {
|
|||
services.nginx = {
|
||||
enable = mkDefault true;
|
||||
virtualHosts."photostore.krebsco.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations = {
|
||||
"/".extraConfig = ''
|
||||
uwsgi_pass unix://${wsgi-sock};
|
||||
|
|
Loading…
Reference in a new issue