Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uffd-nginxauth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uffd
uffd-nginxauth
Merge requests
!4
rewrite default uwsgi config
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
rewrite default uwsgi config
nd-uwsgi-rewrite
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Open
rewrite default uwsgi config
nd
requested to merge
nd-uwsgi-rewrite
into
master
Jan 29, 2022
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
bae2b723
1 commit,
Jan 29, 2022
1 file
+
7
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
uwsgi.ini
+
7
−
1
View file @ 3fa14293
Edit in single-file editor
Open in Web IDE
Show full file
[uwsgi]
[uwsgi]
plugin
=
python3
plugin
=
python3
manage-script-name
=
true
manage-script-name
=
true
workers
=
%k*2
uid
=
uffd-nginxauth
uid
=
uffd-nginxauth
gid
=
uffd-nginxauth
gid
=
uffd-nginxauth
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
Loading