source: OpenWorkouts-current/etc/uwsgi_staging.ini @ 93bbb89

currentfeature/docs
Last change on this file since 93bbb89 was 5934220, checked in by Borja Lopez <borja@…>, 5 years ago

(#47) - Added needed config files and helper scripts for the deploy to staging

  • Property mode set to 100644
File size: 568 bytes
Line 
1[uwsgi]
2socket = 192.168.1.2:7779
3; stats = 192.168.1.2:8779
4uid = 1001
5gid = 1001
6daemonize = $(PWD)/var/log/uwsgi/uwsgi.log
7pidfile = $(PWD)/var/run/uwsgi.pid
8processes = 2
9threads = 10
10master = true
11lazy = true
12ftok = %p
13virtualenv = $(PWD)/../../env
14env = PYTHON_EGG_CACHE=$(PWD)/../../tmp/egg_cache
15manage-script-name = true
16mount=/=$(PWD)/../../wsgi/ow.wsgi
17; disable requests log (GET/POST)
18disable-logging = true
19; set the log file for all the other logging
20logto = $(PWD)/var/log/uwsgi/uwsgi.log
21; SIGTERM exists, instead of a dirty reload
22die-on-term = true
Note: See TracBrowser for help on using the repository browser.