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
MO-P
Odevzdávací Systém MO
Commits
0170bbaf
Commit
0170bbaf
authored
Oct 4, 2021
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Úklid v ukázkové konfiguraci UWSGI
Především zapínáme striktní mód, ve kterém si UWSGI stěžuje na neznámá nastavítka.
parent
9d85b9ee
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/uwsgi.ini.example
+3
-2
3 additions, 2 deletions
etc/uwsgi.ini.example
with
3 additions
and
2 deletions
etc/uwsgi.ini.example
+
3
−
2
View file @
0170bbaf
[uwsgi]
[uwsgi]
strict = true
chdir = /akce/mo/osmo-test/
chdir = /akce/mo/osmo-test/
socket = var/osmo.sock
socket = var/osmo.sock
chmod-socket = 666
chmod-socket = 666
...
@@ -12,9 +13,9 @@ log-date = %%Y-%%m-%%d %%H:%%M:%%S
...
@@ -12,9 +13,9 @@ log-date = %%Y-%%m-%%d %%H:%%M:%%S
logformat-strftime
logformat-strftime
log-format = %(ftime) %(addr) %(method) "%(uri)" %(proto) %(status) t=%(msecs) rxb=%(cl) txb=%(rsize) pid=%(pid) user=%(osmo_uid)
log-format = %(ftime) %(addr) %(method) "%(uri)" %(proto) %(status) t=%(msecs) rxb=%(cl) txb=%(rsize) pid=%(pid) user=%(osmo_uid)
master =
T
rue
master =
t
rue
processes = 2
processes = 2
vacuum =
T
rue
vacuum =
t
rue
die-on-term = true
die-on-term = true
max-requests = 10000
max-requests = 10000
...
...
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
sign in
to comment