From cf34ad37a54033e666270434c83074f2e229cf9d Mon Sep 17 00:00:00 2001 From: Marek Miklewicz <86836305+marsonpl@users.noreply.github.com> Date: Sun, 8 May 2022 21:24:15 +0200 Subject: [PATCH] Create virtual_host2_secure.conf.CUSTOM.4.post --- virtual_host2_secure.conf.CUSTOM.4.post | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 virtual_host2_secure.conf.CUSTOM.4.post diff --git a/virtual_host2_secure.conf.CUSTOM.4.post b/virtual_host2_secure.conf.CUSTOM.4.post new file mode 100644 index 0000000..61fbd45 --- /dev/null +++ b/virtual_host2_secure.conf.CUSTOM.4.post @@ -0,0 +1,17 @@ + + + ServerName poczta.|DOMAIN| + ServerAdmin |ADMIN| + DocumentRoot /var/www/html/roundcube + + SSLEngine on + SSLCertificateFile |CERT| + SSLCertificateKeyFile |KEY| + |CAROOT| + + CustomLog /var/log/httpd/domains/|DOMAIN|.bytes bytes + CustomLog /var/log/httpd/domains/|DOMAIN|.log combined + ErrorLog /var/log/httpd/domains/|DOMAIN|.error.log + + SuexecUserGroup webapps webapps +