Browse Source

nginx daemon settings: suggestion from @edoput

number of worker: "lascierei stare questa cosa del numero di worker"
disable gzip for msie6: "questa la rimuovi tanto non ci interessa"

on facebook PM 17/11/2016 00:22
nginx-letsencrypt
Lorenzo 8 years ago
parent
commit
d5edc93549
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      roles/nginx/templates/nginx.conf.j2

+ 0
- 2
roles/nginx/templates/nginx.conf.j2 View File

@ -2,7 +2,6 @@
#
user www-data;
worker_processes {{ ansible_processor_count }};
pid /var/run/nginx.pid;
events {
@ -22,7 +21,6 @@ http {
{% endfor %}
gzip on;
gzip_disable "msie6";
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;


Loading…
Cancel
Save