This commit is contained in:
Sakooooo 2025-01-05 16:24:12 +04:00
parent 45e886096a
commit 75662dd43c
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -131,14 +131,14 @@ in {
mkIf (cfg.group == "codeberg-pages") { codeberg-pages = { }; };
services.nginx.virtualHosts = {
"*.pages.sako.lol" = {
"pages.sako.lol" = {
# listen = [{
# addr = "0.0.0.0";
# port = 443;
# # ssl = true;
# }];
enableACME = true;
forceSSL = true;
enableACME = true;
locations."/" = { proxyPass = "https://localhost:56773"; };
};
};