gatekeeper
gatekeeper copied to clipboard
Support regex-based routes
Support for routes such as:
location ~* \.(gif|jpg|jpeg)$ {
proxy_pass my_upstream:80;
}