diff options
| author | Seth Flynn <[email protected]> | 2025-02-08 15:00:56 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-08 15:17:18 -0500 |
| commit | a30dd450fe10ed6c8bad652ee16a50005bd3c63a (patch) | |
| tree | 702630b404297be750326985e2eff87a89fb912d /systems/atlas/nginx.nix | |
| parent | 49aa07fa63fa489ad4f3b0ff9fc34f36bb630fd6 (diff) | |
atlas: configure nginx with upstream services
Diffstat (limited to 'systems/atlas/nginx.nix')
| -rw-r--r-- | systems/atlas/nginx.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/systems/atlas/nginx.nix b/systems/atlas/nginx.nix deleted file mode 100644 index 57c2b0f..0000000 --- a/systems/atlas/nginx.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ config, ... }: - -{ - services.nginx = { - virtualHosts = { - "miniflux.getchoo.com" = { - locations."/" = { - proxyPass = "http://${config.services.miniflux.config.LISTEN_ADDR}"; - }; - }; - }; - }; -} |
