Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-nginx
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
nginx custom vhost config
master
Markus Katharina Brechtel
4 anni fa
parent
9412b54504
commit
b6d216cd84
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
Annulla
Salva