Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2026-07-16 08:34:29 +02:00
parent abaabcd409
commit 94405196cd
+1 -6
View File
@@ -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]
</VirtualHost>
</VirtualHost>