aerfgjio;wjirgoaewqgiojpihjopqgw

This commit is contained in:
Sakooooo 2025-01-05 16:35:13 +04:00
parent 6f6d34a96b
commit 5203b22571
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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" ];