commit | 15945c1d6e091c42e72e3b629b8dfca7c7180753 | [log] [tgz] |
---|---|---|
author | Anna Arhipova <harhipova@mirantis.com> | Wed Dec 13 09:35:32 2023 +0100 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Wed Jan 10 12:19:38 2024 +0000 |
tree | be3e6473f75b40179cba9bd373330c9e0a27b23b | |
parent | fb2124d85856f4d663801be622478c2d08f73784 [diff] |
Fix nginx configuration for Flower PRODX-37490 Change-Id: Ibda1d6024aa9efb24168650637f5b2079ea20df8
diff --git a/testrail_bot/nginx/nginx.conf b/testrail_bot/nginx/nginx.conf index c9d7e5e..5aabec4 100644 --- a/testrail_bot/nginx/nginx.conf +++ b/testrail_bot/nginx/nginx.conf
@@ -25,7 +25,7 @@ listen 5555; location / { - proxy_pass http://worker:5555; + proxy_pass http://celery_monitor:5555; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host; proxy_redirect off;