소스 검색

Indentation

Bob Mottram 8 년 전
부모
커밋
21a3b97f6b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/freedombone-app-koel

+ 2
- 2
src/freedombone-app-koel 파일 보기

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