commit b705cab733d64439a3fd938aed53428425b9feee
parent c631fb4cfa6d221db6ab02e5bccac980e137b729
Author: Silas Brack <silasbrack@gmail.com>
Date: Sat, 4 Oct 2025 17:15:17 +0200
Bump simple web app version, fix nginx config
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -113,11 +113,11 @@
"uv2nix": "uv2nix"
},
"locked": {
- "lastModified": 1759227982,
- "narHash": "sha256-uclX9s0HOHq0usA4uJ8p3a1JalFp1wMBBNsfcnzZafg=",
+ "lastModified": 1759589908,
+ "narHash": "sha256-TvNAHxRjgtaL8tnGOisoM8GDA9OW/PgprOLcPbgvKo4=",
"owner": "silasbrack",
"repo": "simple-web-app",
- "rev": "f3447723647a30057b73ee16f422f0c2a99dd892",
+ "rev": "8ff2082f0f0943ec38b38ddb773246f88be17032",
"type": "github"
},
"original": {
diff --git a/nixos/simple-web-app.nix b/nixos/simple-web-app.nix
@@ -57,6 +57,7 @@ in
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:${builtins.toString cfg.port}";
+ recommendedProxySettings = true;
};
};