fix map is not allowed in server context
The map directive is only allowed in the http context. See https://nginx.org/en/docs/http/ngx_http_map_module.html
This commit is contained in:
parent
0353051436
commit
5aa60163d5
1 changed files with 0 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
{% include "_hsts_map.conf" %}
|
||||
|
||||
location {{ path }} {
|
||||
proxy_set_header Host $host;
|
||||
|
|
Loading…
Reference in a new issue