소스 검색

Fix nginx caching #1012

Made I.T 9 년 전
부모
커밋
427c65b68a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      install/rhel/5/templates/web/nginx/caching.sh

+ 1 - 0
install/rhel/5/templates/web/nginx/caching.sh

@@ -10,3 +10,4 @@ str="proxy_cache_path /var/cache/nginx/$domain levels=2"
 str="$str keys_zone=$domain:10m inactive=60m max_size=512m;"
 str="$str keys_zone=$domain:10m inactive=60m max_size=512m;"
 echo "$str" >> /etc/nginx/conf.d/01_caching_pool.conf
 echo "$str" >> /etc/nginx/conf.d/01_caching_pool.conf
 
 
+sort -u /etc/nginx/conf.d/01_caching_pool.conf -o /etc/nginx/conf.d/01_caching_pool.conf