Skip to content

Commit d4f4642

Browse files
committed
Plex reverse proxy
1 parent b8c1f94 commit d4f4642

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎hosts/spore/services/web/default.nix‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
useACMEHost = "zx.dev";
7979
locations."/".proxyPass = "http://127.0.0.1:${toString config.services.grafana.settings.server.http_port}";
8080
};
81+
"plex.zx.dev" = {
82+
forceSSL = true;
83+
useACMEHost = "zx.dev";
84+
locations."/".proxyPass = "http://glyph.rove-duck.ts.net:32400";
85+
};
8186
};
8287
};
8388

0 commit comments

Comments
 (0)