fix port
This commit is contained in:
parent
5855d2384d
commit
a158c7b5d7
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ let
|
|||
serviceNamesMessage = builtins.toString (builtins.attrNames network.reverse_proxy);
|
||||
fallback = {
|
||||
serverName = "_";
|
||||
listen = [ {addr = "0.0.0.0"; port = 80;} ];
|
||||
listen = [ {addr = "0.0.0.0"; port = 80;} { addr = "0.0.0.0"; port = 443; ssl = true; }];
|
||||
locations."/" = {
|
||||
return = "404";
|
||||
extraConfig = ''
|
||||
|
|
@ -64,5 +64,6 @@ in {
|
|||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "katharina.heidenreich02@gmail.com";
|
||||
defaults.webroot = ""/var/lib/acme/acme-challenge";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue