Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set $proxy_upstream_name before location directive
When nginx performs ssl redirect, $proxy_upstream_name used in log is not initialized because it is set after nginx matched a location directive, which is not the case when performing a ssl redirect. refs #711
- Loading branch information