Skip to content
Snippets Groups Projects
Commit 0483da3c authored by Stan Hu's avatar Stan Hu
Browse files

Add nginx PID and proxy_temp settings

parent 7d0707f6
No related branches found
No related tags found
1 merge request!68Make gitlab-git-http-server work with nginx
pid /home/git/gitlab/tmp/pids/nginx.pid;
worker_processes 1;
daemon off;
error_log stderr;
Loading
Loading
@@ -20,6 +21,8 @@ http {
keepalive_timeout 65;
 
#gzip on;
proxy_temp_path /home/git/gitlab/tmp;
upstream gitlab {
server unix:/home/git/gitlab/tmp/sockets/gitlab.socket fail_timeout=0;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment