This website works better with JavaScript
Home
Explore
Help
Sign In
SMusatov
/
gixy
mirror of
https://github.com/yandex/gixy.git
Watch
1
Star
0
Fork
0
Files
Branch:
master
Branches
Tags
alias_traversal
better-regex-error
fix-63
master
symlink-fix
v0.1.21
v0.1.20
v0.1.9
v0.1.8
v0.1.7
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
gixy
/
tests
/
plugins
/
simply
/
ssrf
/
host_w_const_start.conf
host_w_const_start.conf
70 B
Permalink
History
Raw
1
2
3
location ~* ^/backend/(?<path>.*) {
proxy_pass http://some$path;
}