From 94405196cdd7467422c3a54e7e7a9f6eb9504c98 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Thu, 16 Jul 2026 08:34:29 +0200 Subject: [PATCH] fix omny Signed-off-by: Basil Bruhn --- apache/conf/omny.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apache/conf/omny.conf b/apache/conf/omny.conf index 1fb8c30..aa800af 100644 --- a/apache/conf/omny.conf +++ b/apache/conf/omny.conf @@ -39,11 +39,6 @@ ServerName omny-test.psi.ch DocumentRoot /var/www/omny - SSLEngine on - # PLACEHOLDER paths — adjust to the real certificate: - SSLCertificateFile /etc/letsencrypt/live/omny-test.psi.ch/fullchain.pem - SSLCertificateKeyFile /etc/letsencrypt/live/omny-test.psi.ch/privkey.pem - ErrorLog ${APACHE_LOG_DIR}/omny-test_error.log CustomLog ${APACHE_LOG_DIR}/omny-test_access.log combined @@ -111,4 +106,4 @@ # 5. Everything else: main auth gate. RewriteRule ^/(.*)$ /auth_gate.php?_file=$1 [END,QSA] - \ No newline at end of file +