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:
parent
7ef406d609
commit
ee2f3eb523
1 changed files with 6 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue