Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !!! no internal routing support, rebuild with pcre support !!!
- >heroku run pip install -I uwsgi
- .. wall of text ..
- ################# uWSGI configuration #################
- locking = pthread_mutex
- json = False
- zlib = True
- kernel = Linux
- debug = False
- capabilities = False
- xml = libxml2
- routing = False
- ssl = True
- execinfo = False
- malloc = libc
- filemonitor = inotify
- pcre = False
- plugin_dir = .
- yaml = embedded
- event = epoll
- ifaddrs = True
- timer = timerfd
- ############## end of uWSGI configuration #############
- total build time: 23 seconds
- *** uWSGI is ready, launch it with /app/.heroku/python/bin/uwsgi ***
Advertisement
Add Comment
Please, Sign In to add comment