From 38f00bd9de928f97bf11de3d291597c45c2a95ee Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 11 Mar 2019 05:05:57 +0100 Subject: [PATCH] fix EOL --- wo/cli/plugins/stack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index 3bd83fc..9478b3f 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -793,10 +793,10 @@ class WOStackController(CementBaseController): with open("/etc/nginx/conf.d/redis.conf", "a") as redis_file: redis_file.write("# Log format Settings\n" "log_format rt_cache_redis " - ""'$remote_addr " + "'$remote_addr " "$upstream_response_time " "$srcache_fetch_status [$time_local]" - " '\n" '$http_host" + " '\n '$http_host" " \"$request\" " "$status $body_bytes_sent '\n" "'\"$http_referer\" "