infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 74034ab5bee14bee679e70a336588b9318b19e92
parent 830fd286eb55c31006b84ea45f0cfd1cda126a4a
Author: Silas Brack <silasbrack@gmail.com>
Date:   Sat, 13 Jun 2026 13:54:58 +0200

fix: revert logs vhost (broke nginx bind on VPN addr)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Diffstat:
Mmodules/simple-web-app.nix | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/modules/simple-web-app.nix b/modules/simple-web-app.nix @@ -65,15 +65,6 @@ in }; }; - # Serve logs on VPN only - services.nginx.virtualHosts."simple-web-app-logs" = { - listen = [{ addr = "10.100.0.1"; port = 8080; }]; - locations."/" = { - root = "/mnt/volume-hel1-1/simple-web-app/logs"; - extraConfig = "autoindex on;"; - }; - }; - # Archive logs to volume systemd.services.simple-web-app-log-collection = { script = ''