-
Hi, location /foo/bar/ {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://some.other.url/foo/bar/new;
} |
Beta Was this translation helpful? Give feedback.
Answered by
rustatian
Jul 15, 2022
Replies: 1 comment
-
Hey @bzajacc 👋🏻 , nice to meet you ⚡ Yeah, you may use a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rustatian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @bzajacc 👋🏻 , nice to meet you ⚡
Yeah, you may use a
proxy_pass
to the127.0.0.1:[http.address(rr.yaml)]
address orfastcgi_pass
, because RR also supports afastcgi
: https://github.com/roadrunner-server/roadrunner/blob/master/.rr.yaml#L812