分类

链接

2025 年 11 月
 12
3456789
10111213141516
17181920212223
24252627282930

近期文章

热门标签

新人福利,免费薅羊毛

nginx反向代理搭建谷歌镜像

nginx反向代理搭建谷歌镜像. 啥也不说了,直接上代码: server {         listen 8000;           server_name  google.uol123.com;                      location / {             #root   "d:/wwwroot/test";             #index  index.html;             #proxy_redirect off;              proxy_pass https://www.google.com.hk/;              proxy_redirect / https://www.google.com.hk/;             proxy_set_header Host www.google.com.hk;             proxy_set_header X-Real-IP $remote_add...

LINUX 暂无评论 阅读(771)