ソースを参照

Update nginx.conf.j2

pull/544/head
schneif2 5年前
committed by GitHub
コミット
b6bf481533
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2

+ 2
- 2
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2 ファイルの表示

@@ -8,14 +8,14 @@
# - 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 {{ matrix_nginx_proxy_proxy_synapse_worker_processes }};
worker_processes {{ matrix_nginx_proxy_worker_processes }};


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




events { events {
worker_connections {{ matrix_nginx_proxy_proxy_synapse_worker_connections }};
worker_connections {{ matrix_nginx_synapse_worker_connections }};
} }






読み込み中…
キャンセル
保存