asdjkfl
This commit is contained in:
parent
45e886096a
commit
75662dd43c
|
@ -131,14 +131,14 @@ in {
|
||||||
mkIf (cfg.group == "codeberg-pages") { codeberg-pages = { }; };
|
mkIf (cfg.group == "codeberg-pages") { codeberg-pages = { }; };
|
||||||
|
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
"*.pages.sako.lol" = {
|
"pages.sako.lol" = {
|
||||||
# listen = [{
|
# listen = [{
|
||||||
# addr = "0.0.0.0";
|
# addr = "0.0.0.0";
|
||||||
# port = 443;
|
# port = 443;
|
||||||
# # ssl = true;
|
# # ssl = true;
|
||||||
# }];
|
# }];
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
locations."/" = { proxyPass = "https://localhost:56773"; };
|
locations."/" = { proxyPass = "https://localhost:56773"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue