commit 51f883fd96
Author: Robert Kaussow <mail@geeklabor.de> Date: Fri May 22 21:22:06 2020 +0200 add maps to vhost template
This commit is contained in:
parent
87f7558076
commit
2aabf8003e
6
index.md
6
index.md
@ -410,6 +410,12 @@ nginx_vhosts_default:
|
|||||||
dhparam:
|
dhparam:
|
||||||
client_max_body_size:
|
client_max_body_size:
|
||||||
send_timeout:
|
send_timeout:
|
||||||
|
maps:
|
||||||
|
- input: $input
|
||||||
|
output: $output
|
||||||
|
parameters:
|
||||||
|
- "default 0"
|
||||||
|
- "/old/path /new_path"
|
||||||
locations:
|
locations:
|
||||||
- match: /
|
- match: /
|
||||||
root: /var/www/vhosts/default
|
root: /var/www/vhosts/default
|
||||||
|
Loading…
Reference in New Issue
Block a user