use better defaults for proxy-next-upstream(-tries)
This commit is contained in:
parent
0564c17d74
commit
7d8a0130a5
2 changed files with 4 additions and 4 deletions
|
|
@ -126,8 +126,8 @@ The following table shows a configuration option's name, type, and the default v
|
|||
|[proxy-buffer-size](#proxy-buffer-size)|string|"4k"|
|
||||
|[proxy-cookie-path](#proxy-cookie-path)|string|"off"|
|
||||
|[proxy-cookie-domain](#proxy-cookie-domain)|string|"off"|
|
||||
|[proxy-next-upstream](#proxy-next-upstream)|string|"error timeout invalid_header http_502 http_503 http_504"|
|
||||
|[proxy-next-upstream-tries](#proxy-next-upstream-tries)|int|0|
|
||||
|[proxy-next-upstream](#proxy-next-upstream)|string|"error timeout"|
|
||||
|[proxy-next-upstream-tries](#proxy-next-upstream-tries)|int|3|
|
||||
|[proxy-redirect-from](#proxy-redirect-from)|string|"off"|
|
||||
|[proxy-request-buffering](#proxy-request-buffering)|string|"on"|
|
||||
|[ssl-redirect](#ssl-redirect)|bool|"true"|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue