This commit is contained in:
parent
701d2282a8
commit
ae64f8822b
@ -54,7 +54,6 @@ server {
|
|||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if location.add_headers is defined and location.add_headers %}
|
{% if location.add_headers is defined and location.add_headers %}
|
||||||
|
|
||||||
include /etc/nginx/conf.d/header.conf;
|
include /etc/nginx/conf.d/header.conf;
|
||||||
{% for add in location.add_headers %}
|
{% for add in location.add_headers %}
|
||||||
add_header {{ add }};
|
add_header {{ add }};
|
||||||
|
Loading…
Reference in New Issue
Block a user