#2: use gunicorn with nginx as reverse proxy
This commit is contained in:
parent
754363a92e
commit
3c1fec3f63
5 changed files with 32 additions and 10 deletions
4
.deployment/nginx/Dockerfile
Normal file
4
.deployment/nginx/Dockerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FROM nginx:1.17.4-alpine
|
||||
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
COPY nginx.conf /etc/nginx/conf.d
|
||||
Loading…
Add table
Add a link
Reference in a new issue