You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/11/05 04:40:34 UTC

[sling-org-apache-sling-app-cms] 02/04: Adding local addresses

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 82b0836dd2277ee5f9d475b74e8ac8784e24beed
Author: Dan Klco <dk...@apache.org>
AuthorDate: Wed Nov 4 23:34:31 2020 -0500

    Adding local addresses
---
 docker/webcache/cms.conf  | 1 +
 docker/webcache/site.conf | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docker/webcache/cms.conf b/docker/webcache/cms.conf
index 6c9ce63..f0af36e 100644
--- a/docker/webcache/cms.conf
+++ b/docker/webcache/cms.conf
@@ -12,6 +12,7 @@
 
 <VirtualHost *:80>
    ServerName cms.sling.apache.org
+   ServerAlias cms.sling.apache.local
    DocumentRoot /var/www/vhosts/sling-cms
    ErrorLog /var/log/apache2/sling-cms-err.log
    TransferLog /var/log/apache2/sling-cms-access.log
diff --git a/docker/webcache/site.conf b/docker/webcache/site.conf
index 811b3bb..1949259 100644
--- a/docker/webcache/site.conf
+++ b/docker/webcache/site.conf
@@ -13,6 +13,7 @@
 <VirtualHost *:80>
 
    ServerName sling2.apache.org
+   ServerAlias sling2.apache.local
    DocumentRoot /var/www/vhosts/sling
    ErrorLog /var/log/apache2/sling-err.log
    TransferLog /var/log/apache2/sling-access.log