Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Commits
30081088
Commit
30081088
authored
4 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Instalace: Ukázkové konfigurační soubory
parent
aa94659d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/config.py.example
+0
-0
0 additions, 0 deletions
etc/config.py.example
etc/uwsgi.ini.example
+22
-0
22 additions, 0 deletions
etc/uwsgi.ini.example
with
22 additions
and
0 deletions
config.py.example
→
etc/
config.py.example
+
0
−
0
View file @
30081088
File moved
This diff is collapsed.
Click to expand it.
etc/uwsgi.ini.example
0 → 100644
+
22
−
0
View file @
30081088
[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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment