fix: add ssl for real
This commit is contained in:
parent
c3406d7df6
commit
cbf864b138
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ let
|
||||||
then {
|
then {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
listen = [ {addr = "0.0.0.0"; port = 443;} ];
|
listen = [ {addr = "0.0.0.0"; port = 443; ssl=true;} ];
|
||||||
}
|
}
|
||||||
else {};
|
else {};
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue