mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
feature: added patch nginx-1.4.3-proxy_host_port_vars to make $proxy_host and $proxy_port accessible for dynamic languages like Lua and Perl.
This commit is contained in:
@ -195,6 +195,10 @@ echo "$info_txt applying the cache_lock_hang_in_subreq patch for nginx $ver"
|
||||
patch -p1 < $root/patches/nginx-$ver-cache_lock_hang_in_subreq.patch || exit 1
|
||||
echo
|
||||
|
||||
echo "$info_txt applying the proxy_host_port_vars patch for nginx $ver"
|
||||
patch -p1 < $root/patches/nginx-$ver-proxy_host_port_vars.patch || exit 1
|
||||
echo
|
||||
|
||||
rm -f *.patch || exit 1
|
||||
|
||||
cd .. || exit 1
|
||||
|
Reference in New Issue
Block a user