Skip to content

Commit 5aa6016

Browse files
authored
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
1 parent 0353051 commit 5aa6016

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/templates/_location.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{% include "_hsts_map.conf" %}
21

32
___location {{ path }} {
43
proxy_set_header Host $host;

0 commit comments

Comments
 (0)