Compare commits

..

1 Commits

Author SHA1 Message Date
Claudio Maggioni (maggicl) 540a6b9d14 Added static route to global urls 2019-04-28 16:35:08 +02:00
1 changed files with 2 additions and 3 deletions

View File

@ -5,9 +5,8 @@ chdir = %d/
# load Django's wsgi.py for this application
module = arrowcounter.wsgi:application
# serve static files under app static dirs
static-map2 = /static=%d/counter
static-map2 = /static=%d/user
# serve static files under the global static dir
static-map2 = /static=%d
static-expires = /* 7776000
offload-threads = %k