Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
be5359c6
Commit
be5359c6
authored
Apr 02, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
00dc34e1
6ce00b73
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config/unicorn.rb.orig
config/unicorn.rb.orig
+1
-1
doc/installation.md
doc/installation.md
+1
-1
No files found.
config/unicorn.rb.orig
View file @
be5359c6
...
@@ -13,7 +13,7 @@ timeout 30
...
@@ -13,7 +13,7 @@ timeout 30
#listen 8080 # listen to port 8080 on all TCP interfaces
#listen 8080 # listen to port 8080 on all TCP interfaces
#listen "127.0.0.1:8080" # listen to port 8080 on the loopback interface
#listen "127.0.0.1:8080" # listen to port 8080 on the loopback interface
listen "
/tmp
/gitlab.socket"
listen "
#{app_dir}/tmp/sockets
/gitlab.socket"
pid "#{app_dir}/tmp/pids/unicorn.pid"
pid "#{app_dir}/tmp/pids/unicorn.pid"
stderr_path "#{app_dir}/log/unicorn.stderr.log"
stderr_path "#{app_dir}/log/unicorn.stderr.log"
...
...
doc/installation.md
View file @
be5359c6
...
@@ -220,7 +220,7 @@ Application can be started with next command:
...
@@ -220,7 +220,7 @@ Application can be started with next command:
Edit /etc/nginx/nginx.conf. Add next code to
**http**
section:
Edit /etc/nginx/nginx.conf. Add next code to
**http**
section:
upstream gitlab {
upstream gitlab {
server unix:/
tmp
/gitlab.socket;
server unix:/
home/gitlab/gitlab/tmp/sockets
/gitlab.socket;
}
}
server {
server {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment