介绍今天看到nginx任意反代任何网站觉得很有意思,特此分享一下。localhost/https://baidu.com ,打开就是百度的网页。localhost/https://google.com,打开就是谷歌的网页。坏境:debian10一台吃灰机器测试,先执行apt update,接下来更新apt upgrade,然后安装所需程序nginx apt install nginx使用包安...
nginx.confhttp{ } Add to include.conf below:log_format main '$http_x_forwarded_for [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' ...