From 3b026b4c593bd57eeb4298434ce8a4c76833d7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wypch=C5=82o?= Date: Fri, 9 Jul 2021 14:45:46 +0200 Subject: [PATCH] add missing new line --- docker/nginx/conf.d/include/proxy-pass-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/conf.d/include/proxy-pass-internal b/docker/nginx/conf.d/include/proxy-pass-internal index 2c17de5e..c41f33bc 100644 --- a/docker/nginx/conf.d/include/proxy-pass-internal +++ b/docker/nginx/conf.d/include/proxy-pass-internal @@ -7,4 +7,4 @@ # value that is significantly higher than expected and let the end # location handle correct timeout proxy_read_timeout 30m; -proxy_send_timeout 30m; \ No newline at end of file +proxy_send_timeout 30m;