From 703ceaf2142dacfd2997286996b90ea127a67fb9 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:03:07 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) 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; - } }