Skip to content
Snippets Groups Projects
Commit df4906ce authored by jan.bednarik's avatar jan.bednarik
Browse files

Increase timeouts to 60s

parent 33884ee3
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,5 @@ accesslog = "-"
workers = 1
max_requests = 1000
max_requests_jitter = 10
timeout = 60
graceful_timeout = 60
......@@ -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/;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment