Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ka
/
ansible-role-nginx
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
nginx custom vhost config
master
Markus Katharina Brechtel
5 vuotta sitten
vanhempi
9412b54504
commit
b6d216cd84
1 muutettua tiedostoa
jossa
4 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
templates/vhost.conf.j2
+ 4
- 0
templates/vhost.conf.j2
Näytä tiedosto
@@ -41,6 +41,10 @@ server {
root {{ vhost.root }};
{% endif %}
{% if vhost.custom is defined %}
{{ vhost.custom }}
{% endif %}
}
server {
Write
Preview
Loading…
Peruuta
Tallenna