From bc0884bea403ed61abb4149633a33071b44fd36f Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 17 Feb 2023 11:15:38 -0800 Subject: add cgit config --- clarkzjw.cc/config/bia/ansible/roles/cgit/templates/nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clarkzjw.cc/config/bia/ansible/roles/cgit/templates/nginx.conf.j2') diff --git a/clarkzjw.cc/config/bia/ansible/roles/cgit/templates/nginx.conf.j2 b/clarkzjw.cc/config/bia/ansible/roles/cgit/templates/nginx.conf.j2 index 1380132..c09c850 100644 --- a/clarkzjw.cc/config/bia/ansible/roles/cgit/templates/nginx.conf.j2 +++ b/clarkzjw.cc/config/bia/ansible/roles/cgit/templates/nginx.conf.j2 @@ -1,4 +1,5 @@ worker_processes auto; +user www; events { worker_connections 1024; @@ -12,6 +13,5 @@ http { keepalive_timeout 65; gzip on; - include /usr/local/etc/nginx/conf.d/*.conf; } -- cgit v1.2.3