Update README.md
This commit is contained in:
14
README.md
14
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` |
|
||||
Reference in New Issue
Block a user