mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
explicitly set long harakiri time to deal with very large inventory deletes
This commit is contained in:
@@ -17,7 +17,7 @@ server {
|
||||
|
||||
# If you have a domain name, this is where to add it
|
||||
server_name _;
|
||||
keepalive_timeout 60;
|
||||
keepalive_timeout 65;
|
||||
|
||||
ssl_certificate /etc/nginx/nginx.crt;
|
||||
ssl_certificate_key /etc/nginx/nginx.key;
|
||||
@@ -64,9 +64,8 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
uwsgi_read_timeout 30s;
|
||||
uwsgi_send_timeout 30s;
|
||||
uwsgi_pass uwsgi;
|
||||
uwsgi_read_timeout 120s;
|
||||
uwsgi_pass uwsgi;
|
||||
include /etc/nginx/uwsgi_params;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user