Indentation
This commit is contained in:
parent
29f31be000
commit
21a3b97f6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue