Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Automat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冯佳佳
Automat
Commits
7afc78bc
Commit
7afc78bc
authored
Oct 11, 2021
by
Aeolus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5c17dea5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
sukang_app_uwsgi.ini
+19
-0
No files found.
sukang_app_uwsgi.ini
0 → 100644
View file @
7afc78bc
[uwsgi]
# uwsgi 启动时所使用的地址与端口
socket
=
127.0.0.1:8893
# 指向网站目录
chdir
=
/data/www/sukang24h
# python 启动程序文件
wsgi-file
=
sukang_app.py
# python 程序内用以启动的 application 变量名
callable
=
app
# 处理器数
processes
=
4
# 线程数
threads
=
8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment