Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
96ca2f70
Commit
96ca2f70
authored
Dec 02, 2016
by
Thom Wiggers
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '184-file-size-limit-in-django-nginx' into 'master'
File size limit in uwsgi Closes
#184
See merge request
!197
parents
a9606b5c
c61787be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
docker-compose.yml
docker-compose.yml
+1
-2
resources/entrypoint_production.sh
resources/entrypoint_production.sh
+5
-1
No files found.
docker-compose.yml
View file @
96ca2f70
...
...
@@ -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 @
96ca2f70
...
...
@@ -14,13 +14,17 @@ 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
\
--thunder-lock
\
--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