From 554c8bb19e7d68fde457269dd915a124b345ac77 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 30 Apr 2024 14:17:13 +0100 Subject: Change nginx service port --- nginx-conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx-conf') diff --git a/nginx-conf/nginx.conf b/nginx-conf/nginx.conf index 19bb015..5015e63 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:8000; + proxy_pass http://django-app-service:8060; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; } -- cgit v1.2.3