分类

链接

2025 年 6 月
 1
2345678
9101112131415
16171819202122
23242526272829
30  

近期文章

热门标签

新人福利,免费薅羊毛

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 暂无评论 阅读(740)