add proxy intercept errors to nginx config
This commit is contained in:
parent
023c49ce88
commit
13cf19b466
@ -23,5 +23,7 @@ http {
|
||||
gzip_http_version 1.1;
|
||||
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
|
||||
|
||||
proxy_intercept_errors on;
|
||||
|
||||
include /etc/nginx/sites/*;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user