added support for php ini values and custom vhost config
This commit is contained in:
parent
a7a49f80d3
commit
9289015473
4 changed files with 26 additions and 4 deletions
|
|
@ -21,6 +21,11 @@ server {
|
|||
add_header {{ header }} {{ vhost.add_headers[header] }};
|
||||
{% endfor %}
|
||||
|
||||
{% for c in vhost.custom|default([]) %}
|
||||
{{ c }};
|
||||
{% endfor %}
|
||||
|
||||
|
||||
{% if vhost.backend|default(False) %}
|
||||
location / {
|
||||
proxy_pass {{ vhost.backend }};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue