Enable gzip compression
This commit is contained in:
parent
5fdb1a9f7b
commit
d3b3576815
4 changed files with 41 additions and 2 deletions
|
@ -12,6 +12,9 @@ Role to install Nginx.
|
|||
| `nginx_bad_client_ip` | | List of IP address to deny access |
|
||||
| `nginx_type` | | `gateway` for a Reverse Proxy, `standalone` for a frontend webserver, `backend` for a backend webserver (behind a Reverse Proxy) |
|
||||
| `nginx_proxy_headers_hash_bucket_size` | `64` | |
|
||||
| `nginx_http_version` | `1.1` | [documentation](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_http_version) |
|
||||
| `nginx_gzip` | | [documentation](https://nginx.org/en/docs/http/ngx_http_gzip_module.html) |
|
||||
| `nginx_gzip_types` | --> `defaults/main.yaml` | |
|
||||
| `dhparam_path` | `/etc/ssl/private/dhparam.pem` | Path to dhparam file |
|
||||
| `dhparam_size` | `4096` | Size (in bits) of the generated DH-params |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue