Просмотр исходного кода

nginx configuration: use more than one process

pull/457/head
Marcel Partap 5 лет назад
Родитель
Сommit
cfe025396f
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2

+ 1
- 1
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2 Просмотреть файл

@@ -8,7 +8,7 @@
# - various temp paths are changed to `/tmp`, so that a non-root user can write to them # - various temp paths are changed to `/tmp`, so that a non-root user can write to them
# - the `user` directive was removed, as we don't want nginx to switch users # - the `user` directive was removed, as we don't want nginx to switch users


worker_processes 1;
worker_processes auto;


error_log /var/log/nginx/error.log warn; error_log /var/log/nginx/error.log warn;
pid /tmp/nginx.pid; pid /tmp/nginx.pid;


Загрузка…
Отмена
Сохранить