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

Update nginx.conf

This commit is contained in:
Éric Gaspar 2022-11-17 21:59:03 +01:00
parent 1945f1e8bc
commit 4d4c9ff8e0

View file

@ -14,8 +14,4 @@ location __PATH__/ {
# Proxy to Kavita running locally on port 5000 using ssl
proxy_pass http://127.0.0.1:__PORT__;
# Organizr support - uncomment both of the following lines
#proxy_hide_header "Content-Security-Policy";
#add_header Content-Security-Policy "frame-ancestors $organizr;";
}