1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

Update nginx.conf

This commit is contained in:
liberodark 2020-06-09 12:36:47 +02:00 committed by GitHub
parent 7ef406d609
commit ee2f3eb523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,10 @@
########
## Jellyfin
########
## Jellyfin
location /jellyfin {
return 302 $scheme://$host/jellyfin/;
}
location /jellyfin {
return 302 $scheme://$host/jellyfin/;
}
location __PATH__/ {
# Proxy main Jellyfin traffic
# The / at the end is significant.