Update ingress.conf

This commit is contained in:
Alexandre
2022-12-17 08:09:37 +01:00
committed by GitHub
parent 4abd48db10
commit 2665ce222d

View File

@@ -13,6 +13,7 @@ server {
add_header X-Content-Type-Options "nosniff";
location /web/ {
root /usr/share/jellyfin;
add_header Access-Control-Allow-Origin *;
proxy_pass http://127.0.0.1:8096/web/index.html;
proxy_buffering off;