Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Apr 7, 2024
1 parent 832c751 commit 0b2d040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.10-slim-buster

ENV PYTHONUNBUFFERED 1
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
Expand Down
2 changes: 1 addition & 1 deletion config/templates/app/nginx.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ http {
access_log /dev/stdout main;

location /api {
proxy_pass backend;
proxy_pass http://backend;

proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 0b2d040

Please sign in to comment.