将nginx服务器设置打印到页面

时间:2015-05-08 21:16:56

标签: nginx echo

当用户导航到特定位置时,我需要输出proxy_pass地址。我是否需要安装http://openresty.org/才能执行此操作:

set $gateway_proxy http://myproxy.com;

location /gateway {
    default_type text/html;
    echo $gateway_proxy;
}

0 个答案:

没有答案