Sfoglia il codice sorgente

nginx custom vhost config

master
parent
commit
b6d216cd84
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      templates/vhost.conf.j2

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

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

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

}

server {


Loading…
Annulla
Salva