aerfgjio;wjirgoaewqgiojpihjopqgw
This commit is contained in:
parent
6f6d34a96b
commit
5203b22571
|
@ -144,6 +144,19 @@ in {
|
|||
'';
|
||||
locations."/" = { proxyPass = "https://localhost:4563"; };
|
||||
};
|
||||
"*.pages.sako.lol" = {
|
||||
# listen = [{
|
||||
# addr = "0.0.0.0";
|
||||
# port = 443;
|
||||
# # ssl = true;
|
||||
# }];
|
||||
forceSSL = true;
|
||||
# enableACME = true;
|
||||
extraConfig = ''
|
||||
proxy_ssl_server_name on;
|
||||
'';
|
||||
locations."/" = { proxyPass = "https://localhost:4563"; };
|
||||
};
|
||||
};
|
||||
security.acme.certs."pages.sako.lol" = {
|
||||
extraDomainNames = [ "*.pages.sako.lol" ];
|
||||
|
|
Loading…
Reference in a new issue