Commit: 8752e92
Parent: e511d07

WIP: Nginx as git user

Mårten Åsberg committed on 2025-11-22 at 20:24
nginx.conf +1 -1
diff --git a/nginx.conf b/nginx.conf
index aa6f6c5..7652c08 100644
@@ -2,7 +2,7 @@ worker_processes 1;
error_log /var/log/nginx/error.log;
pid /run/nginx.pid;
user root;
user git;
events {
worker_connections 1024;