This commit is contained in:
Sakooooo 2025-01-05 15:50:07 +04:00
parent 6f0b8b6d00
commit 2da3b941a5
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -132,10 +132,18 @@ in {
services.nginx.virtualHosts = {
"pages.sako.lol" = {
forceSSL = true;
locations."/" = { proxyPass = "http://localhost:4563"; };
extraConfig = ''
ssl_preread on;
'';
};
"*.pages.sako.lol" = {
forceSSL = true;
locations."/" = { proxyPass = "http://localhost:4563"; };
extraConfig = ''
ssl_preread on;
'';
};
};
};