From 3360fda6d84b9f8470b3cba0ca851a16289f9e0e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 30 Apr 2024 12:24:31 +0100 Subject: Ports changes --- nginx-conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nginx-conf') diff --git a/nginx-conf/nginx.conf b/nginx-conf/nginx.conf index f345d2e..8fb10b5 100644 --- a/nginx-conf/nginx.conf +++ b/nginx-conf/nginx.conf @@ -12,11 +12,11 @@ http { uwsgi_temp_path /tmp/uwsgi_temp; scgi_temp_path /tmp/scgi_temp; server { - listen 80; + listen 8090; location / { proxy_pass http://django-app-service:8080; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; } } -} \ No newline at end of file +} -- cgit v1.2.3