- 14 May, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 13 May, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
Update docs
-
- 12 May, 2017 2 commits
-
-
Tapanito authored
-
Tatsuhiro Tsujikawa authored
-
- 11 May, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This commit adds wildcard path matching. If path pattern given in backend option ends with "*", it is considered as wildcard path. "*" must match at least one character. All paths which include wildcard path without last "*" as prefix, and are strictly longer than wildcard path without last "*" are matched.
-
- 30 Apr, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 29 Apr, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 28 Apr, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
Previously, the incoming invalid regular header field was ignored by default. With this commit, they are now treated as stream error, and the stream is reset by default. The error code used is now PROTOCOL_ERROR, instead of INTERNAL_ERROR.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 27 Apr, 2017 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
With this commit, SSL_TLSEXT_ERR_NOACK is returned from servername_callback, which removes server_name extension from ServerHello. CertLookupTree is now used even if the number of server certificate is one. It is better to exercise it regularly.
-
Tatsuhiro Tsujikawa authored
-
- 26 Apr, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Forward multiple via, xff, and xfp header fields
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Previously, for Via, X-Forwarded-For, and X-Forwarded-Proto header field, nghttpx only forwarded the last header field of each. With this commit, nghttpx forwards all of them if it is configured to do so.
-
- 24 Apr, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 20 Apr, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 19 Apr, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttpx: SNI based backend server selection
-
Tatsuhiro Tsujikawa authored
nghttpx: Add $tls_sni access log variable
-
- 18 Apr, 2017 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttpx: Rename ssl_* log variables as tls_*
-
Tatsuhiro Tsujikawa authored
The exiting ssl_* log variables still work for backward compatibility.
-
Tatsuhiro Tsujikawa authored
nghttpx: Fix path matching bug
-
Tatsuhiro Tsujikawa authored
Previously, if path is empty or path does not start with "/", nghttpx did not try to match with wildcard pattern. This commit fixes it.
-
- 16 Apr, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-