mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
oops
This commit is contained in:
parent
6a753b8678
commit
7f6f1e0cd8
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@
|
|||
|
||||
services.nginx.virtualHosts = {
|
||||
"${config.networking.hostName}.${config.kw.dns.ygg_prefix}.${config.kw.dns.domain}".locations."/tvheadend" = {
|
||||
proxyPass = "http://[::1]:9091";
|
||||
proxyPass = "http://[::1]:9981";
|
||||
extraConfig = "proxy_pass_header X-Transmission-Session-Id;";
|
||||
};
|
||||
${config.kw.dns.ipv4}.locations."/tvheadend" = {
|
||||
proxyPass = "http://[::1]:9091";
|
||||
proxyPass = "http://[::1]:9981";
|
||||
extraConfig = "proxy_pass_header X-Transmission-Session-Id;";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue