Get on the bus

This commit is contained in:
Sakooooo 2025-01-05 16:00:51 +04:00
parent 4baa7193cc
commit 8398aa2d72
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -138,9 +138,6 @@ in {
# ssl = true; # ssl = true;
}]; }];
locations."/" = { proxyPass = "http://localhost:57763"; }; locations."/" = { proxyPass = "http://localhost:57763"; };
extraConfig = ''
ssl_preread on;
'';
}; };
"*.pages.sako.lol" = { "*.pages.sako.lol" = {
listen = [{ listen = [{
@ -149,9 +146,6 @@ in {
# ssl = true; # ssl = true;
}]; }];
locations."/" = { proxyPass = "http://localhost:56773"; }; locations."/" = { proxyPass = "http://localhost:56773"; };
extraConfig = ''
ssl_preread on;
'';
}; };
}; };
services.nginx.streamConfig = '' services.nginx.streamConfig = ''