mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-09 12:42:10 +07:00
Manage proxy protocol
This commit is contained in:
@@ -28,6 +28,8 @@ Common
|
||||
- `ssl_name`: (D) name of the key used when using TLS/SSL. Optional when `proto` contains "https". If you don't set this value, it will search by `name`.
|
||||
- `ssl_template` (O) "strong" (default) or "legacy". You can disable SSL helpers and add your own directives by setting "false".
|
||||
- `php_version` (O) Sepecify PHP version (5 or 7)
|
||||
- `http_proxy_protocol` (O) Enable proxy protocol on http listen (default: false)
|
||||
- `https_proxy_protocol` (O) Enable proxy protocol on https listen (default: false)
|
||||
|
||||
(O): Optional
|
||||
(M): Mandatory
|
||||
|
||||
Reference in New Issue
Block a user