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:
|
dhparam:
|
||||||
client_max_body_size:
|
client_max_body_size:
|
||||||
send_timeout:
|
send_timeout:
|
||||||
locations:
|
|
||||||
- match: /
|
|
||||||
root: /var/www/vhosts/default
|
|
||||||
index: index.html
|
|
||||||
add_headers:
|
add_headers:
|
||||||
- name:
|
- name:
|
||||||
value:
|
value:
|
||||||
always: True
|
always: True
|
||||||
|
locations:
|
||||||
|
- match: /
|
||||||
|
root: /var/www/vhosts/default
|
||||||
|
index: index.html
|
||||||
|
add_headers: []
|
||||||
proxy_pass:
|
proxy_pass:
|
||||||
proxy_http_version: "1.1"
|
proxy_http_version: "1.1"
|
||||||
proxy_buffering: "off"
|
proxy_buffering: "off"
|
||||||
|
Loading…
Reference in New Issue
Block a user