浏览代码

Update nginx.conf.j2

pull/544/head
schneif2 6 年前
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
# - 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;
pid /tmp/nginx.pid;


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




正在加载...
取消
保存