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 settings
master
Markus Katharina Brechtel
hace 4 años
padre
b6d216cd84
commit
f44ea9ebdc
Se han
modificado 3 ficheros
con
4 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
defaults/main.yml
+0
-1
tasks/setup_Debian.yml
+2
-0
templates/nginx.conf.j2
+ 2
- 0
defaults/main.yml
Ver fichero
@@ -3,3 +3,5 @@ nginx_worker_connections: 768
nginx_redirect_to_https: false
nginx_vhosts: []
nginx_set_server_names_hash_bucket_size: true
+ 0
- 1
tasks/setup_Debian.yml
Ver fichero
@@ -4,7 +4,6 @@
apt:
pkg:
- nginx
- nginx-light
- ssl-cert
- name: remove default page
+ 2
- 0
templates/nginx.conf.j2
Ver fichero
@@ -20,7 +20,9 @@ http {
types_hash_max_size 2048;
server_tokens off;
{% if nginx_set_server_names_hash_bucket_size %}
server_names_hash_bucket_size 128;
{% endif %}
# server_name_in_redirect off;
include /etc/nginx/mime.types;
Escribir
Vista previa
Cargando…
Cancelar
Guardar