change paths in nginx to /var
This commit is contained in:
parent
c40b9fc787
commit
5471c93b13
2 changed files with 2 additions and 2 deletions
2
debian/conf/nginx.conf.example
vendored
2
debian/conf/nginx.conf.example
vendored
|
@ -17,7 +17,7 @@
|
|||
## See installation.md#using-https for additional HTTPS configuration details.
|
||||
|
||||
upstream gitlab-workhorse {
|
||||
server unix:/usr/share/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0;
|
||||
server unix:/var/run/gitlab/sockets/gitlab-workhorse.socket fail_timeout=0;
|
||||
}
|
||||
|
||||
## Normal HTTP host
|
||||
|
|
2
debian/conf/nginx.ssl.conf.example
vendored
2
debian/conf/nginx.ssl.conf.example
vendored
|
@ -21,7 +21,7 @@
|
|||
## See installation.md#using-https for additional HTTPS configuration details.
|
||||
|
||||
upstream gitlab-workhorse {
|
||||
server unix:/usr/share/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0;
|
||||
server unix:/var/run/gitlab/sockets/gitlab-workhorse.socket fail_timeout=0;
|
||||
}
|
||||
|
||||
## Redirects all HTTP traffic to the HTTPS host
|
||||
|
|
Loading…
Reference in a new issue