Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbe Voelker <abe@abevoelker.com>2012-04-01 23:44:02 +0400
committerAbe Voelker <abe@abevoelker.com>2012-04-01 23:44:12 +0400
commit6aabf1157aa94ddd504e8d01a146c98583a1f182 (patch)
tree696b400f3e2d1425b9e78db3a0bb11330f0ec7e8 /doc/installation.md
parenta8768ffb9d39596d8e9da77c879007e8e655fb5d (diff)
Move Unicorn unix socket out of /tmp
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 00a483772ba..da9aa85f1d3 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -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 {