thing
This commit is contained in:
parent
e43b7cc2a8
commit
6f6d34a96b
|
@ -139,7 +139,10 @@ in {
|
|||
# }];
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = { proxyPass = "http://localhost:4563"; };
|
||||
extraConfig = ''
|
||||
proxy_ssl_server_name on;
|
||||
'';
|
||||
locations."/" = { proxyPass = "https://localhost:4563"; };
|
||||
};
|
||||
};
|
||||
security.acme.certs."pages.sako.lol" = {
|
||||
|
|
Loading…
Reference in a new issue