[packages/gitlab-ce] unify example hostname
    glen 
    glen at pld-linux.org
       
    Sun Aug 21 15:25:05 CEST 2016
    
    
  
commit bb222ff79fa4219211316f1a0897824f364e1132
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Aug 21 16:24:35 2016 +0300
    unify example hostname
 apache.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apache.conf b/apache.conf
index c01503d..53825b6 100644
--- a/apache.conf
+++ b/apache.conf
@@ -5,7 +5,7 @@
 #  mod_proxy
 #  mod_proxy_http
 <VirtualHost *:80>
-  ServerName gitlab.example.com
+  ServerName gitlab.example.org
   ServerSignature Off
 
   ProxyPreserveHost On
@@ -16,7 +16,7 @@
     Require all granted
 
     ProxyPassReverse http://127.0.0.1:8080
-    ProxyPassReverse http://gitlab.openmamba.org/
+    ProxyPassReverse http://gitlab.example.org/
   </Location>
 
   # Apache equivalent of nginx try files
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/bb222ff79fa4219211316f1a0897824f364e1132
    
    
More information about the pld-cvs-commit
mailing list