You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/24 13:29:13 UTC

[myfaces-homepage] branch master updated: add alias

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-homepage.git


The following commit(s) were added to refs/heads/master by this push:
     new 4890c14  add alias
4890c14 is described below

commit 4890c1496ecd629ae40f35a0105bd9e74f13c768
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Feb 24 14:29:01 2022 +0100

    add alias
---
 tobago/tobago-vm/apache-proxy/001-ssl.conf | 5 +++--
 tobago/tobago-vm/docker-compose.yml        | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/tobago/tobago-vm/apache-proxy/001-ssl.conf b/tobago/tobago-vm/apache-proxy/001-ssl.conf
index 9e9e5a9..f122a2c 100644
--- a/tobago/tobago-vm/apache-proxy/001-ssl.conf
+++ b/tobago/tobago-vm/apache-proxy/001-ssl.conf
@@ -13,13 +13,14 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+#MDCertificateAuthority https://acme-staging.api.letsencrypt.org/directory
 MDCertificateAgreement accepted
-#MDomain tobago-demo.apache.org
-MDomain tobago-vm.apache.org
+MDomain tobago-demo.apache.org tobago-vm.apache.org
 
 <VirtualHost *:443>
 
   ServerName tobago-demo.apache.org
+  ServerAlias tobago-vm.apache.org
   ServerAdmin dev@myfaces.apache.org
 
   ErrorLog ${APACHE_LOG_DIR}/error.log
diff --git a/tobago/tobago-vm/docker-compose.yml b/tobago/tobago-vm/docker-compose.yml
index d6483d1..6daaaa5 100644
--- a/tobago/tobago-vm/docker-compose.yml
+++ b/tobago/tobago-vm/docker-compose.yml
@@ -20,6 +20,8 @@ services:
     ports:
       - "80:80"
       - "443:443"
+#    volumes:
+#      - /var/log/tobago:/var/log/apache2
     logging:
       options:
         max-size: "1m"