diff --git a/conf/nginx.conf b/conf/nginx.conf index f444e7c..ba03db1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -45,9 +45,4 @@ location __PATH__/ { access_log off; } - # monitor the celery queues with flower, no caching enabled - location /flower/ { - proxy_pass http://flower:8888; - proxy_cache_bypass 1; - } }