1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

Update nginx.conf

This commit is contained in:
oufmilo 2022-12-22 22:03:07 +01:00 committed by GitHub
parent 7165fd534b
commit 703ceaf214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}