summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nginx-conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx-conf/nginx.conf b/nginx-conf/nginx.conf
index 8fb10b5..19bb015 100644
--- a/nginx-conf/nginx.conf
+++ b/nginx-conf/nginx.conf
@@ -14,7 +14,7 @@ http {
server {
listen 8090;
location / {
- proxy_pass http://django-app-service:8080;
+ proxy_pass http://django-app-service:8000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}