Compare commits

..

1 Commits

Author SHA1 Message Date
Claudio Maggioni (maggicl)
ed2e68dd4f Added static route to global urls 2019-04-28 16:31:45 +02:00

View File

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