Styled indents and removed proxy propagation for actual-budget bcz it

doesn't really matter
This commit is contained in:
2024-12-31 16:30:51 +02:00
parent 40f67cc5d3
commit c1279c5d4b
2 changed files with 6 additions and 11 deletions

View File

@@ -20,14 +20,9 @@
acme.enable = true;
services.nginx.virtualHosts."budget.kyren.codes" = {
useACMEHost = "kyren.codes";
forceSSL = true;
locations."/".proxyPass = "http://localhost:5006/";
locations."/".extraConfig = ''
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
'';
useACMEHost = "kyren.codes";
forceSSL = true;
locations."/".proxyPass = "http://localhost:5006/";
};
};
}

View File

@@ -16,9 +16,9 @@
acme.enable = true;
services.nginx.virtualHosts."git.kyren.codes" = {
useACMEHost = "kyren.codes";
forceSSL = true;
locations."/".proxyPass = "http://localhost:3001/";
useACMEHost = "kyren.codes";
forceSSL = true;
locations."/".proxyPass = "http://localhost:3001/";
};
# Configure database