Move Unicorn unix socket out of /tmp
This commit is contained in:
parent
a8768ffb9d
commit
6aabf1157a
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ Application can be started with next command:
|
|||
Edit /etc/nginx/nginx.conf. Add next code to **http** section:
|
||||
|
||||
upstream gitlab {
|
||||
server unix:/tmp/gitlab.socket;
|
||||
server unix:/home/gitlab/gitlab/tmp/sockets/gitlab.socket;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue