Skip to content

Commit 7e6a14f

Browse files
committed
Merge pull request #39 from nielsbasjes/master
Installation manual for CentOS 6
2 parents 53dcc25 + c4d4c4e commit 7e6a14f

File tree

2 files changed

+539
-4
lines changed

2 files changed

+539
-4
lines changed

apache/gitlab

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# require apache module mod_proxy and mod_proxy_http
22
<VirtualHost *:80>
3-
ServerName gitlab.domain.com
4-
#ServerAlias git.domain.com
3+
ServerName gitlab.example.com
4+
#ServerAlias git.example.com
55

66
# Uncomment if you want redirect from HTTP to HTTPS
77
#RewriteEngine on
@@ -15,8 +15,8 @@
1515
ErrorLog /var/log/apache2/gitlab/error.log
1616
</VirtualHost>
1717
<VirtualHost *:443>
18-
ServerName gitlab.domain.com
19-
ServerAdmin gitlab@domain.com
18+
ServerName gitlab.example.com
19+
ServerAdmin gitlab@example.com
2020

2121
SSLEngine On
2222
SSLCertificateFile /etc/apache2/ssl/server.crt

0 commit comments

Comments
 (0)