Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thalia
concrexit
Commits
bc7c651f
Commit
bc7c651f
authored
May 28, 2019
by
Jelle Besseling
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start uwsgi with `exec` so it receives signals correctly
parent
3ee093de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
resources/entrypoint_production.sh
resources/entrypoint_production.sh
+1
-1
No files found.
resources/entrypoint_production.sh
View file @
bc7c651f
...
...
@@ -17,7 +17,7 @@ cd /usr/src/app/website/
./manage.py compress
--force
>
&2
echo
"Running site with uwsgi"
uwsgi
--chdir
/usr/src/app/website
\
exec
uwsgi
--chdir
/usr/src/app/website
\
--socket
:8000
\
--socket-timeout
1800
\
--uid
33
\
...
...
Sébastiaan Versteeg
@sversteeg
mentioned in commit
dcaac796
·
May 30, 2019
mentioned in commit
dcaac796
mentioned in commit dcaac7969a89d8f071f19f460fd4d6912e62f16d
Toggle commit list
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