-`headers`: (O) Set additionals header as key/value list. You can append "always" to the value. Show [nginx doc](http://nginx.org/en/docs/http/ngx_http_headers_module.html).
-`location`: (O) Add new custom locations (it does not overwrite!)
-`more`: (O) Add more custom infos.
-`upstream_params`: (O) Add upstream params (useful when you want to pass variables to PHP)
-`override_try_files`: (O) overrides default try\_files defined in template
-`manage_local_content`: (O) Boolean. Set to false if you do not want to manage local content (images, css...). This option is useless if you use `_proxy` template or `redirect_to` feature.
-`htpasswd`: (O) References name key in `nginx_htpasswd`. Enable auth basic on all vhost.
-`proto`: (O) list of protocol used. Default is a list with "http". If you need http and https, you must set a list with "http" and "https". You can only set "https" without http support.
-`ssl_name`: (D) name of the key used when using TLS/SSL. Mandatory when `proto` contains "https"
-`_backuppc`: access to [BackupPC](http://backuppc.sourceforge.net/) (be careful: you need to install [fcgiwrap](https://packages.debian.org/jessie/fcgiwrap))