mirror of https://github.com/yandex/gixy
3 lines
59 B
Plaintext
3 lines
59 B
Plaintext
![]() |
location ~ /proxy/(?P<proxy>.*)$ {
|
||
|
proxy_pass $proxy;
|
||
|
}
|