- Nov 03, 2022
-
-
Dmitriy Safronov authored
-
Dmitriy Safronov authored
-
Дмитрий Сафронов authored
-
- Aug 10, 2022
-
-
dawrakaushal authored
[ROO-2237] Adding PROXY_TIMEOUT as an optional parameter to configure a custom timeout
-
Kaushal Dawra authored
-
Kaushal Dawra authored
-
- Mar 15, 2021
-
-
Sergei Krot authored
* PROD-1889 adding nginx status so this could be consumed by DataDog * PROD-1889 bumping version * PROD-1889 adding env variables to customize the status page * PROD-1889 updating CHANGELOG * PROD-1889 updating docs * PROD-1889 more doc updates
-
- Nov 04, 2020
-
-
Andre Faure authored
Bump CircleCI setup_remote_docker and add Authentication using org-global context
-
Bikochan authored
-
- Oct 29, 2020
-
-
Richard Holmes authored
-
- Dec 10, 2019
-
-
Ben Cordero authored
-
- Jul 10, 2019
-
-
Joost van Oorschot authored
Increase the size of the buffer that stores the response headers to 8K
-
Joost van Oorschot authored
-
- Jul 09, 2019
-
- Apr 08, 2019
-
-
Ben Cordero authored
Add `--fail` to the curl command to catch app 500 erros
-
Ben Cordero authored
-
- Feb 21, 2019
-
-
Ben Cordero authored
Use `$request_method` and `$request_uri`
-
Ben Cordero authored
Otherwise, DD parses `path=GET`, treating the space as a separator.
-
Ben Cordero authored
Add request duration to the nginx log format
-
Ben Cordero authored
Bump to 0.3.1 - log `$request_time`; request processing time in seconds (millisecond resolution). - stop logging unusable information, e.g. private remote ips, proxy path information.
-
- Jan 30, 2019
-
-
Michael Killough authored
Update CHANGELOG.md wit 0.2.2 and 0.3.0 changes
-
- Jan 27, 2019
-
-
Ben Cordero authored
-
- Nov 07, 2018
-
-
Michael Killough authored
Allow client_body_buffer_size to be overriden.
-
Michael Killough authored
This change allows `client_body_buffer_size` to be overriden by users of the sidecar. It defaults the environment variable to 8k, which is what nginx sets it to on x86-64. We're regularly seeing larger requests get written to disk on some of our services. This will allow us to configure a larger buffer size to avoid this. In the future, we may want to change the default 8k size to something larger.
-
Michael Killough authored
Add --max-time to the curl health check.
-
Michael Killough authored
-
- Nov 05, 2018
-
-
Michael Killough authored
We're seeing the application accept connections but then hang. This changes the curl command to time out the request after 5s (default ECS health check timeout) which will cause it to retry. It's unclear whether this is a debugging step or a workaround. Will test in staging initially.
-
- Oct 01, 2018
-
-
Ben Cordero authored
Wait for the application to pass healthchecks
-
Ben Cordero authored
-
- Sep 12, 2018
-
-
Andrii Dmytrenko authored
Pass X-Forwarded-Proto
-
Andrii Dmytrenko authored
-
Andrii Dmytrenko authored
Rack::Protection::HttpOrigin is checking if the origin url (including the scheme) matches base url https://github.com/sinatra/sinatra/blob/b801c6b76b89eb071e2b01700273054bbe8aae05/rack-protection/lib/rack/protection/http_origin.rb#L33
-
- Aug 23, 2018
-
-
Edd Sowden authored
UI-XX: Set host header on proxy to request host
-
Edd Sowden authored
-
Edd Sowden authored
If downstream uses host based routing (like orderweb to switch country based on tld) then we need the original host to be passed through without being modified. Otherwise the host will be changed to the internal nginx host. Prior to this change the host would have been set to be `app`.
-
- Aug 14, 2018
-
-
Michael Killough authored
-
Michael Killough authored
-
Michael Killough authored
-
Michael Killough authored
-
Michael Killough authored
-