Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
df4906ce
Commit
df4906ce
authored
4 years ago
by
jan.bednarik
Browse files
Options
Downloads
Patches
Plain Diff
Increase timeouts to 60s
parent
33884ee3
No related branches found
No related tags found
1 merge request
!76
Merge test
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gunicorn.conf.py
+2
-0
2 additions, 0 deletions
gunicorn.conf.py
nginx.conf
+5
-0
5 additions, 0 deletions
nginx.conf
with
7 additions
and
0 deletions
gunicorn.conf.py
+
2
−
0
View file @
df4906ce
...
...
@@ -3,3 +3,5 @@ accesslog = "-"
workers
=
1
max_requests
=
1000
max_requests_jitter
=
10
timeout
=
60
graceful_timeout
=
60
This diff is collapsed.
Click to expand it.
nginx.conf
+
5
−
0
View file @
df4906ce
...
...
@@ -9,6 +9,11 @@ server {
client_max_body_size
10M
;
proxy_connect_timeout
60
;
proxy_send_timeout
60
;
proxy_read_timeout
60
;
send_timeout
60
;
location
/media/
{
alias
/var/opt/majak/media_files/
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment