summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2020-05-27 00:42:30 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2020-05-27 00:42:30 +0200
commite412c6cbfb4e499840f8b21aee787106a8c5c2e7 (patch)
tree520e0bd73ba34825f2c27d3c875f929cf440cf77
parent396c585da0e81f4d66424534a514adf29dfd2e63 (diff)
downloadpillar-e412c6cbfb4e499840f8b21aee787106a8c5c2e7.tar.xz
gallery: Add missing protocol to proxy_pass
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--nginx/gallery_remmy_io.sls2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/gallery_remmy_io.sls b/nginx/gallery_remmy_io.sls
index 5d84e98..3f636b8 100644
--- a/nginx/gallery_remmy_io.sls
+++ b/nginx/gallery_remmy_io.sls
@@ -51,7 +51,7 @@ nginx:
- location /:
- proxy_http_version: '1.1'
- - proxy_pass: 127.0.0.1:8186
+ - proxy_pass: http://127.0.0.1:8186
- location ~ \.(js|css|png):
- expires: modified +7d