Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Dockerized Nginx not forwarding to Dockerized Gunicorn

$
0
0
Changing my nginx:alpine Docker file to this fixed my issue.

RUN rm -f /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf

Viewing all articles
Browse latest Browse all 4759

Trending Articles