现在有一台代理服务器,想通过代理方式访问内网web机根目录的api.php,应该如何配置代理转发?我是这样写的,但是好像没有用,在代理服务器根目录加了一个api.html
location ~ /api.html {proxy_pass http://192.168.10.2:80/api.php;}
请高手指教!
试试rewrite api.html http://192.168.10.2:80/api.php permanent;
试试
rewrite api.html http://192.168.10.2:80/api.php permanent;