Merge "Fix nginx configuration for  Flower"
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;