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 +