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