Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mynij
slapos-mynij-dev
Commits
98a75c19
Commit
98a75c19
authored
Jul 22, 2021
by
Stefane Fermigier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: gunicorn not starting
parent
559a20a4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
software/mynij-proxy/buildout.hash.cfg
software/mynij-proxy/buildout.hash.cfg
+1
-1
software/mynij-proxy/instance.cfg.in
software/mynij-proxy/instance.cfg.in
+1
-4
No files found.
software/mynij-proxy/buildout.hash.cfg
View file @
98a75c19
...
@@ -14,4 +14,4 @@
...
@@ -14,4 +14,4 @@
# not need these here).
# not need these here).
[instance-profile]
[instance-profile]
filename = instance.cfg.in
filename = instance.cfg.in
md5sum =
8c56b370d0344e6d325818827447c3be
md5sum =
4db0d997f3e669d4d4d5a27652fec9e8
software/mynij-proxy/instance.cfg.in
View file @
98a75c19
...
@@ -46,10 +46,7 @@ ssl = ${:etc}/ssl
...
@@ -46,10 +46,7 @@ ssl = ${:etc}/ssl
recipe = slapos.cookbook:wrapper
recipe = slapos.cookbook:wrapper
host = ${slap-configuration:ipv6-random}
host = ${slap-configuration:ipv6-random}
port = ${slap-configuration:configuration.port}
port = ${slap-configuration:configuration.port}
command-line = {{ gunicorn_bin }} --bind [${:host}]:${:port} \
command-line = {{ gunicorn_bin }} --bind [${:host}]:${:port} --pid server.pid -k uvicorn.workers.UvicornWorker -w 4 --keyfile "${certificates:ssl_key}" --certfile "${certificates:ssl_crt}" mynij_proxy:app
--pid server.pid -k uvicorn.workers.UvicornWorker -w 4 \
--keyfile "${certificates:ssl_key}" --certfile "${certificates:ssl_crt}" \
mynij_proxy:app
wrapper-path = ${directory:service}/mynij-proxy
wrapper-path = ${directory:service}/mynij-proxy
...
...
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