Skip to content
Snippets Groups Projects
Commit 30081088 authored by Martin Mareš's avatar Martin Mareš
Browse files

Instalace: Ukázkové konfigurační soubory

parent aa94659d
Branches
No related tags found
No related merge requests found
File moved
[uwsgi]
chdir = /akce/mo/osmo-test/
socket = var/osmo.sock
chmod-socket = 666
master-fifo = var/uwsgi.fifo
logto = log/osmo.log
log-maxsize = 1000000
master = True
processes = 2
vacuum = True
die-on-term = true
max-requests = 5000
# CAVEAT: mount porovnává cestu včetně location v Nginxu, zatímco static-map nikoliv!
mount = /osmo-test=mo.web:app
plugin = python3
virtualenv = venv
manage-script-name = true
static-map = /static=static
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment