Просмотр исходного кода

nginx custom vhost config

master
Markus Katharina Brechtel 4 лет назад
Родитель
Сommit
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 {


Загрузка…
Отмена
Сохранить