forked from linux/WebHosting
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user