mirror of https://github.com/yandex/gixy
3 lines
75 B
Plaintext
3 lines
75 B
Plaintext
![]() |
location ~ /proxy/$ {
|
||
|
proxy_pass $http_proxy_scheme://some/file.conf;
|
||
|
}
|