diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2020-05-31 12:39:52 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2020-05-31 12:39:52 +0200 |
commit | 110749e2d44c64a2fa9407d8af80daef620f5deb (patch) | |
tree | 02724442bdb0aaf943b096bc858c9ed924792cee | |
parent | 372b3427c6683a95500e06baab6804d603ada777 (diff) | |
download | pillar-110749e2d44c64a2fa9407d8af80daef620f5deb.tar.xz |
Remove spurious semicolons
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | nginx/gallery_remmy_io.sls | 4 |
1 files changed, 2 insertions, 2 deletions
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: |