diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2020-05-27 00:42:30 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2020-05-27 00:42:30 +0200 |
commit | e412c6cbfb4e499840f8b21aee787106a8c5c2e7 (patch) | |
tree | 520e0bd73ba34825f2c27d3c875f929cf440cf77 /nginx | |
parent | 396c585da0e81f4d66424534a514adf29dfd2e63 (diff) | |
download | pillar-e412c6cbfb4e499840f8b21aee787106a8c5c2e7.tar.xz |
gallery: Add missing protocol to proxy_pass
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx/gallery_remmy_io.sls | 2 |
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 |