From 9f5663f5a7eaea824c844124e64a90ba1a977c38 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 19 Apr 2024 10:39:25 -0700 Subject: Enable https: on meetbot.mageia.org --- deployment/websites/templates/vhost_meetbot.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/deployment/websites/templates/vhost_meetbot.conf b/deployment/websites/templates/vhost_meetbot.conf index 6c393f7a..a6f812c5 100644 --- a/deployment/websites/templates/vhost_meetbot.conf +++ b/deployment/websites/templates/vhost_meetbot.conf @@ -15,3 +15,22 @@ + + ServerAdmin sysadm@mageia.org + ServerName meetbot.<%= domain %> + DocumentRoot <%= scope.lookupvar("websites::meetbot::vhostdir") %> + + CustomLog /var/log/httpd/access_meetbot_log combined + ErrorLog /var/log/httpd/error_meetbot_log + +<%= scope.function_template(["apache/vhost_ssl.conf"]) %> + + > + Allow from all + + Require all granted + + Options +Indexes + IndexIgnore .htaccess *.bak *~ *.txt *.log.html + + -- cgit v1.2.1