summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2020-05-31 12:39:52 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2020-05-31 12:39:52 +0200
commit110749e2d44c64a2fa9407d8af80daef620f5deb (patch)
tree02724442bdb0aaf943b096bc858c9ed924792cee
parent372b3427c6683a95500e06baab6804d603ada777 (diff)
downloadpillar-110749e2d44c64a2fa9407d8af80daef620f5deb.tar.xz
Remove spurious semicolons
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--nginx/gallery_remmy_io.sls4
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: