Indentation

This commit is contained in:
Bob Mottram 2017-05-25 17:34:05 +01:00
parent 29f31be000
commit 21a3b97f6b
1 changed files with 2 additions and 2 deletions

View File

@ -366,7 +366,7 @@ function install_koel_main {
echo '' >> $koel_nginx_site
function_check nginx_compress
nginx_compress $KOEL_DOMAIN_NAME
echo ' gzip_comp_level 9;' >> $koel_nginx_site
echo ' gzip_comp_level 9;' >> $koel_nginx_site
echo '' >> $koel_nginx_site
echo ' # Security' >> $koel_nginx_site
function_check nginx_ssl mobile
@ -433,7 +433,7 @@ function install_koel_main {
echo '' >> $koel_nginx_site
function_check nginx_compress
nginx_compress $KOEL_DOMAIN_NAME
echo ' gzip_comp_level 9;' >> $koel_nginx_site
echo ' gzip_comp_level 9;' >> $koel_nginx_site
echo '' >> $koel_nginx_site
echo ' # Logs' >> $koel_nginx_site
echo ' access_log /dev/null;' >> $koel_nginx_site