commit 00f7bd4076
Author: Robert Kaussow <mail@geeklabor.de> Date: Thu May 20 15:10:01 2021 +0200 add server.add_headers option
This commit is contained in:
parent
2e37d3de55
commit
93171fa348
9
index.md
9
index.md
@ -465,14 +465,15 @@ nginx_vhosts_default:
|
||||
dhparam:
|
||||
client_max_body_size:
|
||||
send_timeout:
|
||||
add_headers:
|
||||
- name:
|
||||
value:
|
||||
always: True
|
||||
locations:
|
||||
- match: /
|
||||
root: /var/www/vhosts/default
|
||||
index: index.html
|
||||
add_headers:
|
||||
- name:
|
||||
value:
|
||||
always: True
|
||||
add_headers: []
|
||||
proxy_pass:
|
||||
proxy_http_version: "1.1"
|
||||
proxy_buffering: "off"
|
||||
|
Loading…
Reference in New Issue
Block a user