我正在尝试配置nginx以proxy_pass根据我的请求中的POST/GET/PUT/DELETE参数执行操作.
proxy_pass
我想proxy_pass,以http://10.0.0.2:8000是否live=1或http://10.0.0.2:8081是否live=0.
http://10.0.0.2:8000
live=1
http://10.0.0.2:8081
live=0
我试过使用if ($arg_live = "1")但它只适用于GET请求.
if ($arg_live = "1")
谢谢,
佩德罗
reverse-proxy nginx
我需要一个方法来转换NSString中的UIImage,然后将NSString转换回UIImage.
谢谢.
iphone sdk nsstring uiimage
iphone ×1
nginx ×1
nsstring ×1
reverse-proxy ×1
sdk ×1
uiimage ×1