Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: is Plack really necessary?

by Anonymous Monk
on Apr 26, 2018 at 20:57 UTC ( [id://1213640]=note: print w/replies, xml ) Need Help??


in reply to Re: is Plack really necessary?
in thread is Plack really necessary?

I see that ngnix can connect to Mojo's Hypnotoad without going through Plack pagi.what sort of protocol is used there?
www.mind-it.info/2014/09/27/running-hypnotoad-behind-nginx/

Replies are listed 'Best First'.
Re^3: is Plack really necessary?
by dsheroh (Monsignor) on Apr 27, 2018 at 08:49 UTC
    The configuration on the linked page shows nginx connecting to hypnotoad using proxy_pass, which connects to the back-end service using HTTP. This is also indicated by the backend having an http://... URL and the proxy_set_header X-Forwarded-Proto "http"; configuration setting.
      so there's no need for low level uwsgi/psgi protocol use?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1213640]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-19 17:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found