Skip to content

Commit 52613e0

Browse files
authored
Fix: not loading recipes or meal planner (#824)
1 parent d430ec4 commit 52613e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/wsgi.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ smart-attach-daemon = /tmp/celery.pid celery -A app.celery_app worker -B --pidfi
2222
[web]
2323
ini = :uwsgi
2424
http = [::]:8080
25+
http-keepalive = 1
2526
http-to = :5000
2627
static-map = /=/var/www/web/kitchenowl
2728
route = ^\/(?!api)[^\.]*$ static:/var/www/web/kitchenowl/index.html

0 commit comments

Comments
 (0)