|
@@ -484,6 +484,7 @@ function install_koel_main {
|
484
|
484
|
echo '}' >> $koel_nginx_site
|
485
|
485
|
|
486
|
486
|
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
|
|
487
|
+ sed -i 's|DENY;|SAMEORIGIN;|g' $koel_nginx_site
|
487
|
488
|
|
488
|
489
|
function_check configure_php
|
489
|
490
|
configure_php
|