This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
gixy
mirror of
https://github.com/yandex/gixy
Watch
1
Star
0
Fork
You've already forked gixy
0
Code
Issues
Projects
Releases
Wiki
Activity
2ff6ac1f8b
gixy
/
tests
/
plugins
/
simply
/
http_splitting
/
proxy_from_location_var.conf
3 lines
68 B
Plaintext
Raw
Blame
History
location ~ /proxy/(a|b)/(\W*)$ {
proxy_pass http://storage/$2;
}
Reference in New Issue
View Git Blame
Copy Permalink