http://qs1969.pair.com?node_id=1213671


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

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.

Replies are listed 'Best First'.
Re^4: is Plack really necessary?
by Anonymous Monk on Apr 27, 2018 at 11:32 UTC
    so there's no need for low level uwsgi/psgi protocol use?
        So with Starman involved, is this the correct diagram? Nginx <--> HTTP <--> Starman <--> Plackup/PSGI <--> Dancer <--> Code