Переглянути джерело

nginx custom vhost config

master
Markus Katharina Brechtel 5 роки тому
джерело
коміт
b6d216cd84
1 змінених файлів з 4 додано та 0 видалено
  1. +4
    -0
      templates/vhost.conf.j2

+ 4
- 0
templates/vhost.conf.j2 Переглянути файл

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

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

}

server {


Завантаження…
Відмінити
Зберегти