Update README.md

This commit is contained in:
2024-10-02 12:08:44 +00:00
parent 2eb366c392
commit 29ad502371

View File

@@ -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` |