Skip to content
Snippets Groups Projects
Commit 29f31be0 authored by Bob Mottram's avatar Bob Mottram
Browse files

Use sameorigin on koel

parent 324d058a
No related branches found
No related tags found
No related merge requests found
......@@ -484,6 +484,7 @@ function install_koel_main {
echo '}' >> $koel_nginx_site
sed -i 's|gzip_types.*|gzip_types text/plain text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript application/json;|g' $koel_nginx_site
sed -i 's|DENY;|SAMEORIGIN;|g' $koel_nginx_site
function_check configure_php
configure_php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment