Skip to content

Commit 006fc06

Browse files
committed
Update jfa-go confs to conform to jfa-go wiki
Signed-off-by: roib20 <[email protected]>
1 parent 42a1700 commit 006fc06

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

jfa-go.subfolder.conf.sample

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Version 2023/02/05
22
# make sure that your jfa-go container is named jfa-go
3-
# make sure to go into jfa-go Settings, under "General" set the Reverse Proxy subfolder to "/jfa-go/" and restart the jfa-go container
3+
# make sure to set the URL base (“Reverse Proxy subfolder”) in jfa-go > Settings > General (ui > url_base in jfa-go config.ini) to "/jfa-go/"
44

55
location /jfa-go {
66
return 301 $scheme://$host/jfa-go/;
@@ -26,4 +26,8 @@ location ^~ /jfa-go/ {
2626
set $upstream_port 8056;
2727
set $upstream_proto http;
2828
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
29+
30+
# Remove the CSP header set for Jellyfin
31+
proxy_hide_header Content-Security-Policy;
32+
add_header Content-Security-Policy "";
2933
}

0 commit comments

Comments
 (0)