On Wed, Feb 26, 2020 at 05:55:02PM -0500, Larry Martell wrote:

Hi there,

> upstream django {
>         server unix:/run/daphne/devAppReporting.sock;
> }
> 
> server {
>         listen 8090;

>         location / {
>             proxy_pass http://0.0.0.0:8090;

Changing that to "proxy_pass http://django;"; is probably the best
first step.

Maybe there won't need to be a second step!

Cheers,

        f
-- 
Francis Daly        [email protected]
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to