Parcourir la source

nginx custom vhost config

master
Parent
révision
b6d216cd84
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      templates/vhost.conf.j2

+ 4
- 0
templates/vhost.conf.j2 Voir le fichier

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

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

}

server {


Chargement…
Annuler
Enregistrer