diff options
-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 |