summaryrefslogtreecommitdiffstats
path: root/nginx-conf/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx-conf/nginx.conf')
-rw-r--r--nginx-conf/nginx.conf4
1 files changed, 2 insertions, 2 deletions
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
+}