mirror of
https://github.com/dockersrc/scripts
synced 2024-11-21 23:23:05 -05:00
9 lines
288 B
Plaintext
9 lines
288 B
Plaintext
# Default host for SSL
|
|
<VirtualHost _default_:REPLACE_SERVER_PORT>
|
|
SSLEngine on
|
|
DocumentRoot "REPLACE_SERVER_DIR"
|
|
SSLCertificateFile /config/ssl/server.crt
|
|
SSLCertificateKeyFile /config/ssl/server.key
|
|
Header always set Strict-Transport-Security "max-age=31536000; preload"
|
|
</VirtualHost>
|