Skip to content

Commit

Permalink
- add uwsgi.ini file.
Browse files Browse the repository at this point in the history
- fix canvas verify settings - was showing ok if db connected even if canvas connect failed.
  • Loading branch information
frankyrumple committed Jun 23, 2022
1 parent 3f18b56 commit 36204b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web2py/uwsgi.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[uwsgi]

# Enable cache so static cache can accelerate things
plugins = 0:notfound,router_cache
cache2 = name=files,bitmap=1,items=1000,blocksize=10000,blocks=2000
#load-file-in-cache = files %(workdir)/
route-run = cache:key=${REQUEST_URI},name=files

#plugin = python
python-auto-reload = false
# socket = /home/user/myapp/myapp.sock
Expand Down

0 comments on commit 36204b3

Please sign in to comment.