commit 57217a7f08
Author: Robert Kaussow <mail@geeklabor.de> Date: Thu May 20 23:58:24 2021 +0200 add Referrer-Policy header
This commit is contained in:
parent
93171fa348
commit
50d778b1d7
19
index.md
19
index.md
@ -31,6 +31,8 @@ Setup [nginx](https://www.nginx.com/) webserver. Nginx is an open source reverse
|
|||||||
* [nginx_maps_extra](#nginx_maps_extra)
|
* [nginx_maps_extra](#nginx_maps_extra)
|
||||||
* [nginx_official_repo_enabled](#nginx_official_repo_enabled)
|
* [nginx_official_repo_enabled](#nginx_official_repo_enabled)
|
||||||
* [nginx_reset_timedout_connection](#nginx_reset_timedout_connection)
|
* [nginx_reset_timedout_connection](#nginx_reset_timedout_connection)
|
||||||
|
* [nginx_rp_enabled](#nginx_rp_enabled)
|
||||||
|
* [nginx_rp_option](#nginx_rp_option)
|
||||||
* [nginx_send_timeout](#nginx_send_timeout)
|
* [nginx_send_timeout](#nginx_send_timeout)
|
||||||
* [nginx_server_names_hash_bucket_size](#nginx_server_names_hash_bucket_size)
|
* [nginx_server_names_hash_bucket_size](#nginx_server_names_hash_bucket_size)
|
||||||
* [nginx_tls_certificates](#nginx_tls_certificates)
|
* [nginx_tls_certificates](#nginx_tls_certificates)
|
||||||
@ -243,6 +245,7 @@ nginx_gzip_types:
|
|||||||
nginx_hsts_options:
|
nginx_hsts_options:
|
||||||
- max-age=63072000
|
- max-age=63072000
|
||||||
- includeSubDomains
|
- includeSubDomains
|
||||||
|
- preload
|
||||||
```
|
```
|
||||||
|
|
||||||
### nginx_keepalive_timeout
|
### nginx_keepalive_timeout
|
||||||
@ -296,6 +299,22 @@ nginx_official_repo_enabled: true
|
|||||||
nginx_reset_timedout_connection: true
|
nginx_reset_timedout_connection: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### nginx_rp_enabled
|
||||||
|
|
||||||
|
#### Default value
|
||||||
|
|
||||||
|
```YAML
|
||||||
|
nginx_rp_enabled: true
|
||||||
|
```
|
||||||
|
|
||||||
|
### nginx_rp_option
|
||||||
|
|
||||||
|
#### Default value
|
||||||
|
|
||||||
|
```YAML
|
||||||
|
nginx_rp_option: strict-origin
|
||||||
|
```
|
||||||
|
|
||||||
### nginx_send_timeout
|
### nginx_send_timeout
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
|
Loading…
Reference in New Issue
Block a user