From 181529089411d6f55333b22d169e87d3f5137eb5 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Thu, 30 Jun 2011 12:03:31 -0400 Subject: [PATCH] Remove Microsoft Line endings. Some files have mixed line endings that make Subverison unhappy --- install/tpl/nginx_cache.conf.master | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/install/tpl/nginx_cache.conf.master b/install/tpl/nginx_cache.conf.master index 1cd2863..bd51da6 100644 --- a/install/tpl/nginx_cache.conf.master +++ b/install/tpl/nginx_cache.conf.master @@ -1,6 +1,6 @@ -proxy_temp_path /var/cache/nginx/temp; -proxy_cache_path /var/cache/nginx/cache levels=1:2 keys_zone=global:60m inactive=15m max_size=1G; -proxy_cache_valid 200 302 10m; -proxy_cache_valid 301 1h; -proxy_cache_valid 404 3m; -proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504; +proxy_temp_path /var/cache/nginx/temp; +proxy_cache_path /var/cache/nginx/cache levels=1:2 keys_zone=global:60m inactive=15m max_size=1G; +proxy_cache_valid 200 302 10m; +proxy_cache_valid 301 1h; +proxy_cache_valid 404 3m; +proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504; -- Gitblit v1.9.1