Fix Jellyfin install
This commit is contained in:
parent
6e3b3de077
commit
4784efffcd
2 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,8 @@ in {
|
|||
};
|
||||
nginx.virtualHosts."jellyfin.rcia.dev" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:${portDefinitions.jellyfin-http}";
|
||||
proxyPass =
|
||||
"http://127.0.0.1:${toString portDefinitions.jellyfin-http}";
|
||||
};
|
||||
extraConfig = nginxLocalServiceConfig;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue