summaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/charts/oof-has/resources/config/nginx.conf
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-04-18 00:07:43 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-18 00:07:43 +0000
commit01afa345d2b0ef932b883cacdc56b5e5cb554c32 (patch)
treeb15de76fb6c0ecd26c787ee09fa767f2a9284c47 /kubernetes/oof/charts/oof-has/resources/config/nginx.conf
parent99e75ae24a317a678b1a54d8b4c1b6fb652ca9df (diff)
parent1cddd1d4b1dcc6bb13eb6c4ab79a2e831c9d77dd (diff)
Merge "Update oom with the latest release version for OOF"
Diffstat (limited to 'kubernetes/oof/charts/oof-has/resources/config/nginx.conf')
-rw-r--r--kubernetes/oof/charts/oof-has/resources/config/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/oof/charts/oof-has/resources/config/nginx.conf b/kubernetes/oof/charts/oof-has/resources/config/nginx.conf
index 3db6a21c3a..f2172b2793 100644
--- a/kubernetes/oof/charts/oof-has/resources/config/nginx.conf
+++ b/kubernetes/oof/charts/oof-has/resources/config/nginx.conf
@@ -6,7 +6,7 @@ events {
http {
# ...
upstream conductor_uwsgi {
- server 127.0.0.1:80;
+ server 127.0.0.1:8080;
}
server {