Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
64926e20
Unverified
Commit
64926e20
authored
Dec 02, 2016
by
Thom Wiggers
📐
Browse files
File size limit in uwsgi
parent
a9606b5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
64926e20
...
...
@@ -16,8 +16,7 @@ services:
-
postgres
volumes
:
-
./website:/usr/src/app
-
/concrexit/media
-
/concrexit/static
-
/concrexit/
environment
:
<<
:
*postgresvars
DJANGO_DEBUG
:
'
True'
...
...
resources/entrypoint_production.sh
View file @
64926e20
...
...
@@ -14,13 +14,16 @@ cd /usr/src/app
>
&2
echo
"Running site with uwsgi"
uwsgi
--chdir
/usr/src/app
\
--socket
:8000
\
--socket-timeout
1800
\
--uid
33
\
--gid
33
\
--threads
5
\
--processes
5
\
--module
thaliawebsite.wsgi:application
\
--harakiri
2
0
\
--harakiri
180
0
\
--master
\
--max-requests
5000
\
--vacuum
\
--limit-post
0
\
--post-buffering
16384
\
--logto
'/concrexit/log/uwsgi.log'
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