Styled indents and removed proxy propagation for actual-budget bcz it
doesn't really matter
This commit is contained in:
@@ -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/";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user