1
0
Fork 0

Fix Jellyfin install

This commit is contained in:
Avery 2025-02-14 22:19:44 +01:00
parent 6e3b3de077
commit 4784efffcd
Signed by: Avery
GPG key ID: B684FD451B692E04
2 changed files with 3 additions and 1 deletions

View file

@ -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;
};