From 110749e2d44c64a2fa9407d8af80daef620f5deb Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 31 May 2020 12:39:52 +0200 Subject: Remove spurious semicolons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nginx/gallery_remmy_io.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nginx') diff --git a/nginx/gallery_remmy_io.sls b/nginx/gallery_remmy_io.sls index 30d2d24..4e0ae81 100644 --- a/nginx/gallery_remmy_io.sls +++ b/nginx/gallery_remmy_io.sls @@ -106,7 +106,7 @@ nginx: - location /: - proxy_http_version: '1.1' - proxy_pass: http://127.0.0.1:8186 - - proxy_read_timeout: 180s; - - proxy_send_timeout: 180s; + - proxy_read_timeout: 180s + - proxy_send_timeout: 180s # vim: ft=yaml et: -- cgit v1.2.3-54-g00ecf