mirror of
https://github.com/owntracks/frontend.git
synced 2026-02-13 20:59:50 +00:00
nginx: increase read timeout
This commit is contained in:
@@ -31,6 +31,7 @@ http {
|
|||||||
gzip_buffers 16 8k;
|
gzip_buffers 16 8k;
|
||||||
gzip_http_version 1.1;
|
gzip_http_version 1.1;
|
||||||
gzip_types text/plain text/css application/json application/javascript text/javascript;
|
gzip_types text/plain text/css application/json application/javascript text/javascript;
|
||||||
|
proxy_read_timeout 600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user