Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. location ~ "/test/(?<IP>(?:\d+\.){3}\d+)_(?<DATA>\S+)$/" {
  2. proxy_cache zone_name_one;
  3. proxy_cache_revalidate on;
  4. proxy_pass http://$IP/$DATA;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement