gatekeeper icon indicating copy to clipboard operation
gatekeeper copied to clipboard

Support regex-based routes

Open Xorlev opened this issue 11 years ago • 0 comments

Support for routes such as:

location ~* \.(gif|jpg|jpeg)$ {
    proxy_pass my_upstream:80;
}

Xorlev avatar Feb 24 '14 21:02 Xorlev