Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-nginx
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
nginx custom vhost config
master
Markus Katharina Brechtel
hace 4 años
padre
9412b54504
commit
b6d216cd84
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-0
templates/vhost.conf.j2
+ 4
- 0
templates/vhost.conf.j2
Ver fichero
@@ -41,6 +41,10 @@ server {
root {{ vhost.root }};
{% endif %}
{% if vhost.custom is defined %}
{{ vhost.custom }}
{% endif %}
}
server {
Escribir
Vista previa
Cargando…
Cancelar
Guardar