my http conf is at http://p.ngx.cc/2018
currently getting me a 502 when I hit my_server.com/oauth/
Any idea what I’m doing wrong?
thanks
my http conf is at http://p.ngx.cc/2018
currently getting me a 502 when I hit my_server.com/oauth/
Any idea what I’m doing wrong?
thanks
Try
location /oauth {
Posted at Nginx Forum:
Your configuration appears very strange at first glance: you are using
some
proxy_* directives while issuing a uwsgi_pass.
Try cleaning it up by removing extra directive on first hand and try to
make it workd with the most minimalist configuration possible.
B. R.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs