|
|
|
|
366
|
echo '' >> $koel_nginx_site
|
366
|
echo '' >> $koel_nginx_site
|
367
|
function_check nginx_compress
|
367
|
function_check nginx_compress
|
368
|
nginx_compress $KOEL_DOMAIN_NAME
|
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
|
echo '' >> $koel_nginx_site
|
370
|
echo '' >> $koel_nginx_site
|
371
|
echo ' # Security' >> $koel_nginx_site
|
371
|
echo ' # Security' >> $koel_nginx_site
|
372
|
function_check nginx_ssl mobile
|
372
|
function_check nginx_ssl mobile
|
|
|
|
|
433
|
echo '' >> $koel_nginx_site
|
433
|
echo '' >> $koel_nginx_site
|
434
|
function_check nginx_compress
|
434
|
function_check nginx_compress
|
435
|
nginx_compress $KOEL_DOMAIN_NAME
|
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
|
echo '' >> $koel_nginx_site
|
437
|
echo '' >> $koel_nginx_site
|
438
|
echo ' # Logs' >> $koel_nginx_site
|
438
|
echo ' # Logs' >> $koel_nginx_site
|
439
|
echo ' access_log /dev/null;' >> $koel_nginx_site
|
439
|
echo ' access_log /dev/null;' >> $koel_nginx_site
|