- 13 Jan, 2018 1 commit
-
-
Nicolas Leger authored
-
- 14 Jun, 2017 2 commits
-
-
Terence Lee authored
add json mime type
-
Terence Lee authored
-
- 11 May, 2017 1 commit
-
-
Terence Lee authored
Makes config copying idempotent
-
- 18 Apr, 2017 1 commit
-
-
Dmytro Budnyk authored
Given we have following paths: /bin/ # directory /scripts/config/my/con/fig.conf When we are copying directory via `cp -a foo/script/config /bin/config` We get new file with following path: /bin/config/my/con/fig.conf But if we run that script again when '/bin/config/` is already present we would get another file with path: /bin/config/config/my/con/fig.conf This commit makes second and consecutive runs of script overwrite same file
-
- 04 Apr, 2017 4 commits
-
-
Terence Lee authored
Option to disable disable access logs
-
Terence Lee authored
-
Terence Lee authored
-
Terence Lee authored
-
- 01 Apr, 2017 1 commit
-
-
Todd Evanoff authored
-
- 30 Mar, 2017 1 commit
-
-
Terence Lee authored
-
- 27 Mar, 2017 2 commits
-
-
Terence Lee authored
https_only happens over proxies
-
Terence Lee authored
-
- 25 Mar, 2017 1 commit
-
-
Terence Lee authored
Fixes #44. Respect DNS TTL for proxies.
-
- 18 Mar, 2017 1 commit
-
-
Terence Lee authored
https://tenzer.dk/nginx-with-dynamic-upstreams/ Nginx currently does not resolve domains passed to `proxy_pass`. By using a variable it works around the issue. This also fixes a bug where fallback proxy match would just match the first proxy vs the longest.
-
- 16 Mar, 2017 2 commits
-
-
Terence Lee authored
Fix #57. Clean URLs clean even if there's a directory
-
Terence Lee authored
Having join/developer.html, join.html, and clean_urls set now allows join.html to be resolved when hitting /join/
-
- 15 Mar, 2017 3 commits
-
-
Terence Lee authored
handle proxy redirects even if the scheme doesn't match
-
Terence Lee authored
Normally, when receiving a Location header, nginx will rewrite it to reference a URL if it matches the proxy_pass. This breaks when the scheme changes, since proxy_pass can have a scheme. For instance, if you have a proxy: "https://www.foo.com", but the Location on a redirect from that site returns "http://www.foo.com" nginx won't rewrite the URL. This fixes it by specifying the redirect for both http and https.
-
Terence Lee authored
proxy_ssl_server_name on on fallback proxy
-
- 09 Jan, 2017 1 commit
-
-
Terence Lee authored
-
- 06 Dec, 2016 1 commit
-
-
Brian Runnells authored
Docs: clarify route ordering when serving single page apps
-
- 06 Oct, 2016 1 commit
-
-
tiii authored
-
- 23 Sep, 2016 1 commit
-
-
Ben Sargent authored
-
- 24 Aug, 2016 1 commit
-
-
Owen Jacobson authored
Enable the `proxy_ssl_server_name` option
-
- 14 Jul, 2016 9 commits
-
-
Terence Lee authored
-
Terence Lee authored
mitigate CRLF http header injection
-
Terence Lee authored
-
Terence Lee authored
-
Terence Lee authored
Circle CI does not allow deletion of containers: Cannot destroy container 6f30ab3de4f445d4fe47059d68d9798d40f5f66b9a1120dcfd130c0cab378cb5: Driver btrfs failed to remove root filesystem 6f30ab3de4f445d4fe47059d68d9798d40f5f66b9a1120dcfd130c0cab378cb5: Failed to destroy btrfs snapshot: operation not permitted
-
Terence Lee authored
-
Terence Lee authored
Fixes the following: curl -i http://conway-hi-poc.herokuapp.com/%0d%0aset-cookie:%20test=123; HTTP/1.1 301 Moved Permanently Connection: keep-alive Server: nginx Date: Wed, 06 Jul 2016 23:44:00 GMT Content-Type: text/html Content-Length: 178 Location: https://conway-hi-poc.herokuapp.com/ Set-Cookie: test=123 Via: 1.1 vegur <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
-
Terence Lee authored
-
Terence Lee authored
-
- 13 Jul, 2016 3 commits
-
-
Terence Lee authored
-
Terence Lee authored
-
Terence Lee authored
-
- 10 Jun, 2016 3 commits
-
-
Terence Lee authored
adding interpolation to redirects
-
Terence Lee authored
- separate redirect + redirect interpolation changes - use env hash inside test and don't hardcode in app_runner.rb
-
Josh Mervine authored
-