|
@@ -366,7 +366,7 @@ function install_koel_main {
|
366
|
366
|
echo '' >> $koel_nginx_site
|
367
|
367
|
function_check nginx_compress
|
368
|
368
|
nginx_compress $KOEL_DOMAIN_NAME
|
369
|
|
- echo ' gzip_comp_level 9;' >> $koel_nginx_site
|
|
369
|
+ echo ' gzip_comp_level 9;' >> $koel_nginx_site
|
370
|
370
|
echo '' >> $koel_nginx_site
|
371
|
371
|
echo ' # Security' >> $koel_nginx_site
|
372
|
372
|
function_check nginx_ssl mobile
|
|
@@ -433,7 +433,7 @@ function install_koel_main {
|
433
|
433
|
echo '' >> $koel_nginx_site
|
434
|
434
|
function_check nginx_compress
|
435
|
435
|
nginx_compress $KOEL_DOMAIN_NAME
|
436
|
|
- echo ' gzip_comp_level 9;' >> $koel_nginx_site
|
|
436
|
+ echo ' gzip_comp_level 9;' >> $koel_nginx_site
|
437
|
437
|
echo '' >> $koel_nginx_site
|
438
|
438
|
echo ' # Logs' >> $koel_nginx_site
|
439
|
439
|
echo ' access_log /dev/null;' >> $koel_nginx_site
|