We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53dcc25 + c4d4c4e commit 7e6a14fCopy full SHA for 7e6a14f
apache/gitlab
@@ -1,7 +1,7 @@
1
# require apache module mod_proxy and mod_proxy_http
2
<VirtualHost *:80>
3
- ServerName gitlab.domain.com
4
- #ServerAlias git.domain.com
+ ServerName gitlab.example.com
+ #ServerAlias git.example.com
5
6
# Uncomment if you want redirect from HTTP to HTTPS
7
#RewriteEngine on
@@ -15,8 +15,8 @@
15
ErrorLog /var/log/apache2/gitlab/error.log
16
</VirtualHost>
17
<VirtualHost *:443>
18
19
- ServerAdmin gitlab@domain.com
+ ServerAdmin gitlab@example.com
20
21
SSLEngine On
22
SSLCertificateFile /etc/apache2/ssl/server.crt
0 commit comments