Hello, I use nginx web server for proxypass, now I need solution for my problem ! here is a proxypass : location /test01{ proxy_pass http://127.0.0.1:82/limit.php?ch=conn-test01&package=test; add_header Content-Type application/octet-stream; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; if ($args != '') { rewrite ^(.*) $1?; } } Code (markup): And I get answer from proxy url as a link http://google.com Code (markup): in my address bar, is a possible to proxypass that link through nginx to hide the link ?! Because I have a php script which give dinamic url http://127.0.0.1:82/limit.php?ch=conn-test01&package=test Code (markup): Thanks in advance
Hi! As I understand you have Apach on the backend and it works on php, and nginx don`t compatible with this php. You should instal php-fpm and after that you should rewrite proxypass. I can offer you basic support of Secom company. Such kind of task is our main specific.
Yes is correct, php work only on apache, I use also ngx lua maybe is better for this options for proxypass ? please send me on pm your contact ( skype ) for your offer !