2024-10-21 15:18:05 +03:00
|
|
|
Listen {{ env.VMEDIA_TLS_PORT }}
|
|
|
|
|
|
|
|
<VirtualHost *:{{ env.VMEDIA_TLS_PORT }}>
|
|
|
|
ErrorLog /dev/stderr
|
|
|
|
LogLevel debug
|
|
|
|
CustomLog /dev/stdout combined
|
|
|
|
|
|
|
|
SSLEngine on
|
|
|
|
SSLProtocol {{ env.IRONIC_VMEDIA_SSL_PROTOCOL }}
|
|
|
|
SSLCertificateFile {{ env.IRONIC_VMEDIA_CERT_FILE }}
|
|
|
|
SSLCertificateKeyFile {{ env.IRONIC_VMEDIA_KEY_FILE }}
|
|
|
|
|
2025-03-05 19:06:06 +01:00
|
|
|
<Directory "/shared">
|
|
|
|
AllowOverride None
|
|
|
|
Require all granted
|
2024-11-12 18:44:52 +00:00
|
|
|
</Directory>
|
2025-03-05 19:06:06 +01:00
|
|
|
|
|
|
|
<Directory "/shared/html">
|
|
|
|
Options Indexes FollowSymLinks
|
|
|
|
AllowOverride None
|
|
|
|
Require all granted
|
2024-10-21 15:18:05 +03:00
|
|
|
</Directory>
|
|
|
|
</VirtualHost>
|
|
|
|
|
|
|
|
<Location ~ "^/(redfish|ilo)/">
|
|
|
|
SSLRequireSSL
|
|
|
|
</Location>
|