Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uffd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luca (strifel)
uffd
Commits
d6f63c8d
Commit
d6f63c8d
authored
3 years ago
by
nd
Committed by
Julian
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Enable multiple workers in default uwsgi config
parent
49360bcb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uwsgi.ini
+7
-1
7 additions, 1 deletion
uwsgi.ini
with
7 additions
and
1 deletion
uwsgi.ini
+
7
−
1
View file @
d6f63c8d
[uwsgi]
[uwsgi]
plugin
=
python3
plugin
=
python3
manage-script-name
=
true
manage-script-name
=
true
workers
=
%k*2
uid
=
uffd
uid
=
uffd
gid
=
uffd
gid
=
uffd
vacuum
=
true
vacuum
=
true
master
=
true
process
=
2
threads
=
4
buffer-size
=
8192 ; this buffer is used for http headers and defaults to 4k
single-interpreter
=
true
need-app
=
true
env
=
PYTHONIOENCODING=UTF-8
env
=
PYTHONIOENCODING=UTF-8
env
=
LANG=en_GB.utf8
env
=
LANG=en_GB.utf8
...
...
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