commit 39f7b3b47d
Author: Robert Kaussow <mail@geeklabor.de> Date: Thu May 20 14:47:09 2021 +0200 use list of dict for location.add_headers
This commit is contained in:
parent
a5f21e9765
commit
2e37d3de55
5
index.md
5
index.md
@ -469,7 +469,10 @@ nginx_vhosts_default:
|
|||||||
- match: /
|
- match: /
|
||||||
root: /var/www/vhosts/default
|
root: /var/www/vhosts/default
|
||||||
index: index.html
|
index: index.html
|
||||||
add_headers: []
|
add_headers:
|
||||||
|
- name:
|
||||||
|
value:
|
||||||
|
always: True
|
||||||
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