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

Use tmp/nginx since nginx appears to create this dir

parent 0483da3c
No related branches found
No related tags found
1 merge request!68Make gitlab-git-http-server work with nginx
Loading
Loading
@@ -21,7 +21,7 @@ http {
keepalive_timeout 65;
 
#gzip on;
proxy_temp_path /home/git/gitlab/tmp;
proxy_temp_path /home/git/gitlab/tmp/nginx;
 
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