Skip to content

Commit

Permalink
Merge pull request #39 from nielsbasjes/master
Browse files Browse the repository at this point in the history
Installation manual for CentOS 6
  • Loading branch information
NARKOZ committed Jan 16, 2013
2 parents 53dcc25 + c4d4c4e commit 7e6a14f
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apache/gitlab
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# require apache module mod_proxy and mod_proxy_http
<VirtualHost *:80>
ServerName gitlab.domain.com
#ServerAlias git.domain.com
ServerName gitlab.example.com
#ServerAlias git.example.com

# Uncomment if you want redirect from HTTP to HTTPS
#RewriteEngine on
Expand All @@ -15,8 +15,8 @@
ErrorLog /var/log/apache2/gitlab/error.log
</VirtualHost>
<VirtualHost *:443>
ServerName gitlab.domain.com
ServerAdmin gitlab@domain.com
ServerName gitlab.example.com
ServerAdmin gitlab@example.com

SSLEngine On
SSLCertificateFile /etc/apache2/ssl/server.crt
Expand Down
Loading

0 comments on commit 7e6a14f

Please sign in to comment.