diff options
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx/gallery_remmy_io.sls | 4 |
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: |