24 lines
428 B
YAML
24 lines
428 B
YAML
|
---
|
||
|
version: 1.1
|
||
|
|
||
|
nginx:
|
||
|
|
||
|
php_fpm_user:
|
||
|
redefine: true
|
||
|
exists: true
|
||
|
default: apache
|
||
|
|
||
|
apache:
|
||
|
description: Apache
|
||
|
help: Advance Apache web server settings
|
||
|
mode: advanced
|
||
|
|
||
|
apache_timeout:
|
||
|
description: >-
|
||
|
Amount of time the server will wait for certain events before failing a
|
||
|
request
|
||
|
help: Time in seconds
|
||
|
default: 300
|
||
|
|
||
|
apache_keepalive: true # Enables HTTP persistent connections
|