Author: Robert Kaussow <mail@geeklabor.de>
Date:   Mon May 25 18:48:36 2020 +0200

    remove template validation
This commit is contained in:
Robert Kaussow 2020-05-25 18:44:29 +00:00
parent a601313fb1
commit ca153c781d
1 changed files with 49 additions and 49 deletions

View File

@ -8,55 +8,55 @@ type: docs
Setup [nginx](https://www.nginx.com/) webserver. Nginx is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server. The nginx project started with a strong focus on high concurrency, high performance and low memory usage.
* [Default Variables](#default-variables)
* [nginx_access_log](#nginx-access-log)
* [nginx_client_body_buffer_size](#nginx-client-body-buffer-size)
* [nginx_client_body_timeout](#nginx-client-body-timeout)
* [nginx_client_header_buffer_size](#nginx-client-header-buffer-size)
* [nginx_client_header_timeout](#nginx-client-header-timeout)
* [nginx_client_max_body_size](#nginx-client-max-body-size)
* [nginx_csp_enabled](#nginx-csp-enabled)
* [nginx_csp_options](#nginx-csp-options)
* [nginx_error_location](#nginx-error-location)
* [nginx_error_log](#nginx-error-log)
* [nginx_error_page](#nginx-error-page)
* [nginx_group](#nginx-group)
* [nginx_gzip_comp_level](#nginx-gzip-comp-level)
* [nginx_gzip_enabled](#nginx-gzip-enabled)
* [nginx_gzip_min_length](#nginx-gzip-min-length)
* [nginx_gzip_proxied](#nginx-gzip-proxied)
* [nginx_gzip_types](#nginx-gzip-types)
* [nginx_hsts_options](#nginx-hsts-options)
* [nginx_keepalive_timeout](#nginx-keepalive-timeout)
* [nginx_maps](#nginx-maps)
* [nginx_maps_extra](#nginx-maps-extra)
* [nginx_official_repo_enabled](#nginx-official-repo-enabled)
* [nginx_reset_timedout_connection](#nginx-reset-timedout-connection)
* [nginx_send_timeout](#nginx-send-timeout)
* [nginx_server_names_hash_bucket_size](#nginx-server-names-hash-bucket-size)
* [nginx_tls_cert_file](#nginx-tls-cert-file)
* [nginx_tls_cert_source](#nginx-tls-cert-source)
* [nginx_tls_ciphers](#nginx-tls-ciphers)
* [nginx_tls_dhparam_file](#nginx-tls-dhparam-file)
* [nginx_tls_dhparam_size](#nginx-tls-dhparam-size)
* [nginx_tls_ecdh_curve](#nginx-tls-ecdh-curve)
* [nginx_tls_enabled](#nginx-tls-enabled)
* [nginx_tls_hsts_enabled](#nginx-tls-hsts-enabled)
* [nginx_tls_key_file](#nginx-tls-key-file)
* [nginx_tls_key_source](#nginx-tls-key-source)
* [nginx_tls_ocsp_enabled](#nginx-tls-ocsp-enabled)
* [nginx_tls_ocsp_trusted_certificate](#nginx-tls-ocsp-trusted-certificate)
* [nginx_tls_versions](#nginx-tls-versions)
* [nginx_user](#nginx-user)
* [nginx_vhosts_default](#nginx-vhosts-default)
* [nginx_vhosts_dir](#nginx-vhosts-dir)
* [nginx_vhosts_extra](#nginx-vhosts-extra)
* [nginx_worker_connections](#nginx-worker-connections)
* [nginx_worker_processes](#nginx-worker-processes)
* [nginx_xcto_enabled](#nginx-xcto-enabled)
* [nginx_xfo_enabled](#nginx-xfo-enabled)
* [nginx_xfo_policy](#nginx-xfo-policy)
* [nginx_xxxsp_enabled](#nginx-xxxsp-enabled)
* [nginx_xxxsp_parameters](#nginx-xxxsp-parameters)
* [nginx_access_log](#nginx_access_log)
* [nginx_client_body_buffer_size](#nginx_client_body_buffer_size)
* [nginx_client_body_timeout](#nginx_client_body_timeout)
* [nginx_client_header_buffer_size](#nginx_client_header_buffer_size)
* [nginx_client_header_timeout](#nginx_client_header_timeout)
* [nginx_client_max_body_size](#nginx_client_max_body_size)
* [nginx_csp_enabled](#nginx_csp_enabled)
* [nginx_csp_options](#nginx_csp_options)
* [nginx_error_location](#nginx_error_location)
* [nginx_error_log](#nginx_error_log)
* [nginx_error_page](#nginx_error_page)
* [nginx_group](#nginx_group)
* [nginx_gzip_comp_level](#nginx_gzip_comp_level)
* [nginx_gzip_enabled](#nginx_gzip_enabled)
* [nginx_gzip_min_length](#nginx_gzip_min_length)
* [nginx_gzip_proxied](#nginx_gzip_proxied)
* [nginx_gzip_types](#nginx_gzip_types)
* [nginx_hsts_options](#nginx_hsts_options)
* [nginx_keepalive_timeout](#nginx_keepalive_timeout)
* [nginx_maps](#nginx_maps)
* [nginx_maps_extra](#nginx_maps_extra)
* [nginx_official_repo_enabled](#nginx_official_repo_enabled)
* [nginx_reset_timedout_connection](#nginx_reset_timedout_connection)
* [nginx_send_timeout](#nginx_send_timeout)
* [nginx_server_names_hash_bucket_size](#nginx_server_names_hash_bucket_size)
* [nginx_tls_cert_file](#nginx_tls_cert_file)
* [nginx_tls_cert_source](#nginx_tls_cert_source)
* [nginx_tls_ciphers](#nginx_tls_ciphers)
* [nginx_tls_dhparam_file](#nginx_tls_dhparam_file)
* [nginx_tls_dhparam_size](#nginx_tls_dhparam_size)
* [nginx_tls_ecdh_curve](#nginx_tls_ecdh_curve)
* [nginx_tls_enabled](#nginx_tls_enabled)
* [nginx_tls_hsts_enabled](#nginx_tls_hsts_enabled)
* [nginx_tls_key_file](#nginx_tls_key_file)
* [nginx_tls_key_source](#nginx_tls_key_source)
* [nginx_tls_ocsp_enabled](#nginx_tls_ocsp_enabled)
* [nginx_tls_ocsp_trusted_certificate](#nginx_tls_ocsp_trusted_certificate)
* [nginx_tls_versions](#nginx_tls_versions)
* [nginx_user](#nginx_user)
* [nginx_vhosts_default](#nginx_vhosts_default)
* [nginx_vhosts_dir](#nginx_vhosts_dir)
* [nginx_vhosts_extra](#nginx_vhosts_extra)
* [nginx_worker_connections](#nginx_worker_connections)
* [nginx_worker_processes](#nginx_worker_processes)
* [nginx_xcto_enabled](#nginx_xcto_enabled)
* [nginx_xfo_enabled](#nginx_xfo_enabled)
* [nginx_xfo_policy](#nginx_xfo_policy)
* [nginx_xxxsp_enabled](#nginx_xxxsp_enabled)
* [nginx_xxxsp_parameters](#nginx_xxxsp_parameters)
* [Dependencies](#dependencies)
---