diff --git a/README.md b/README.md index 7e61b167..7e058cbe 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,17 @@ optimize MariaDB configuration through this path . |innodb_log_buffer_size | `256M` | no condition | `>=10.11` | |innodb_thread_concurrency | `32` | no condition | `>=10.11` | |innodb_stats_on_metadata | `OFF` | no condition | `>=10.11` | + +### Ngnix configuration +change Ngnix configuration through this path in order to +avoid any timeout response + ```sh + /etc/ngnix/sites_available/exmapl.com + ``` +| Variable | Value | Condtion | Context | +|:---------------------------------:|:--------:|:------------------------------------------------------------------:|:-----------------------:| +| proxy_connect_timeout | `120` | no condition | `http, server, location`| +| proxy_send_timeout | `120` | no condition | `http, server, location`| +| proxy_read_timeout | `120` | no condition | `http, server, location`| +| send_timeout | `120` | no condition | `http, server, location`| +| fastcgi_read_timeout | `300` | no condition | `location` | \ No newline at end of file