Explorar el Código

Spacing in default vars file.

Jeff Geerling hace 10 años
padre
commit
c6e3321a66
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      defaults/main.yml

+ 2 - 0
defaults/main.yml

@@ -3,6 +3,8 @@ nginx_worker_processes: "1"
 nginx_worker_connections: "1024"
 nginx_client_max_body_size: "64m"
 nginx_keepalive_timeout: "65"
+
 nginx_remove_default_vhost: false
 nginx_default_vhost_path: /etc/nginx/sites-enabled/default
+
 nginx_proxy_cache_path: ""