From e412c6cbfb4e499840f8b21aee787106a8c5c2e7 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 27 May 2020 00:42:30 +0200 Subject: gallery: Add missing protocol to proxy_pass 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf