标签: nginx echo
当用户导航到特定位置时,我需要输出proxy_pass地址。我是否需要安装http://openresty.org/才能执行此操作:
set $gateway_proxy http://myproxy.com; location /gateway { default_type text/html; echo $gateway_proxy; }