update nginx config

On Ubuntu 16.04 LTS, the break in the config causes nginx to fail to restart
This commit is contained in:
Tyler Bennett
2017-08-12 22:19:49 -05:00
committed by GitHub
parent b215d2112d
commit 76fd54b284

View File

@@ -49,8 +49,7 @@ server {
proxy_cache STATIC;
proxy_ignore_headers Set-Cookie Cache-Control X-Accel-Expires Expires;
proxy_cache_valid 200 48h;
proxy_cache_use_stale error timeout invalid_header updating http_500 http_5\
02 http_503 http_504;
proxy_cache_use_stale error timeout invalid_header updating http_500 http_502 http_503 http_504;
proxy_cache_key "$uri";
proxy_cache_min_uses 2;
add_header X-Cache-Status $upstream_cache_status;