This commit is contained in:
parent
21bd776e75
commit
d8667df8d8
@ -89,7 +89,6 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
|
||||||
{% for error_location in nginx_error_location %}
|
{% for error_location in nginx_error_location %}
|
||||||
location {{ error_location.match }} {
|
location {{ error_location.match }} {
|
||||||
{% if error_location.root is defined and error_location.root %}
|
{% if error_location.root is defined and error_location.root %}
|
||||||
@ -107,5 +106,6 @@ server {
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
}
|
}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user