fix: ssl
This commit is contained in:
parent
4c2eafaf81
commit
d5ef607d5b
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ in
|
|||
};
|
||||
|
||||
services.nginx.virtualHosts.${cfg.nginxHostname} = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://127.0.0.1:${toString cfg.port}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue