嘟嘟社区

nginx怎么反代'V2'点com这个网站


  1. #PROXY-START/
  2. location ^~ / {
  3.     proxy_pass https://www点’V2’点com;
  4.     proxy_set_header Host www点’V2’点com;
  5.     proxy_set_header Referer https://www点’V2’点com;
  6.     proxy_set_header X-Real-IP $remote_addr;
  7.     proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  8.     proxy_set_header REMOTE-HOST $remote_addr;
  9.    
  10.     add_header X-Cache $upstream_cache_status;
  11.    
  12.     #Set Nginx Cache
  13.     proxy_set_header Accept-Encoding "";
  14.     sub_filter_types *;
  15.     sub_filter "’V2’点com" "’V2’点cn";
  16.     sub_filter_once off;
  17.     add_header Cache-Control no-cache;
  18. }
  19. #PROXY-END/

复制代码

这个配置也不行啊  求助大佬

反代也就location块里的第一条指定,我看着没毛病啊,你的服务状态正常吗

wnet 发表于 2022-9-20 18:48
反代也就location块里的第一条指定,我看着没毛病啊,你的服务状态正常吗

这个网站防反代  怎么解决我不会  你去右键看看源码

举啥例子不好要举这个,,,希望 高墙 把 ip 墙掉
问题在于没配置 ssl name,Cloudflare 自动拒绝未知 SNI 的连接