我测试了下面的配置,但是不起作用。该怎么做?
http {
server {
location / {
if ($http_referer ~* /.*/flee.*/) {
proxy_pass http://127.0.0.1:8765;
}
}
}
}
我测试了下面的配置,但是不起作用。该怎么做?
http {
server {
location / {
if ($http_referer ~* /.*/flee.*/) {
proxy_pass http://127.0.0.1:8765;
}
}
}
}