Browse Source

nginx custom vhost config

master
parent
commit
b6d216cd84
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      templates/vhost.conf.j2

+ 4
- 0
templates/vhost.conf.j2 View File

@@ -41,6 +41,10 @@ server {
root {{ vhost.root }};
{% endif %}

{% if vhost.custom is defined %}
{{ vhost.custom }}
{% endif %}

}

server {


Loading…
Cancel
Save