网友 黑玉米 说:
mjj有知道的吗
网友 hullua172 说:
*帖最后由 hullua172 于 2022-6-21 17:13 编辑
反代啊
#PROXY-START/
location ~* \.(gif|png|jpg|c**|js|woff|woff2)$
{
p**xy_pa** http://你的IP:80**;
p**xy_set_header Host $host;
p**xy_set_header X-Real-IP $remote_addr;
p**xy_set_header X-Forwarded-For $p**xy_add_x_forwarded_for;
p**xy_set_header REMOTE-HOST $remote_addr;
expires 12h;
}
location /
{
p**xy_pa** http://你的IP:80**;
p**xy_set_header Host $host;
p**xy_set_header X-Real-IP $remote_addr;
p**xy_set_header X-Forwarded-For $p**xy_add_x_forwarded_for;
p**xy_set_header REMOTE-HOST $remote_addr;
add_header X-Cache $upstream_cache_status;
#Set Nginx Cache
add_header Cache-Cont**l no-cache;
}
#PROXY-END/
网友 黑玉米 说:
爱主机