feat: add redirect
This commit is contained in:
parent
cbf864b138
commit
2665bbb58f
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; ssl=true;} ];
|
listen = [ {addr = "0.0.0.0"; port = 80;} {addr = "0.0.0.0"; port = 443; ssl=true;} ];
|
||||||
}
|
}
|
||||||
else {};
|
else {};
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue