Skip to content

Commit

Permalink
Merge bf0e5cb into f744ed0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Feb 1, 2017
2 parents f744ed0 + bf0e5cb commit e990467
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions etc/uwsgi.ini
@@ -1,21 +1,37 @@
[uwsgi]
http-socket = 0.0.0.0:5000

# Uncomment if you installed from distribution packaging
# plugin = python
# Uncomment if you installed from distribution packaging
# plugin = logfile

# Python module
module = alignak_backend.app:app

enable-threads = true
lazy-apps = true
processes = 4

# Each detached worker loads its own app instance
lazy-apps = true

# Log activity in those files
req-logger = file:/usr/local/var/log/alignak-backend-access.log
logger = file:/usr/local/var/log/alignak-backend-error.log

# Report memory activity to the stats
memory-report = true
# uid = root
# guid = root

# Define specific uid/gid if uWSGI started as root
# uid = alignak
# guid = alignak

# Default buffer size for HTTP header is very low (4096)
buffer-size = 32768

# uWSGI master process pid
# uWSGI master process: use a master process and store its pid
master = true
pidfile = /tmp/alignak-backend.pid

# ---
Expand Down

0 comments on commit e990467

Please sign in to comment.