fix(nginx): ensure https requests also go to the default
This commit is contained in:
parent
6a1fbf73f1
commit
e2669f660c
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
${config.system.hostname} = {
|
${config.system.hostname} = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
return = "200 '<html><body>It works!</body></html'";
|
return = "200 '<html><body>It works!</body></html'";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue