mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-20 09:57:40 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
8
configs/apache2/vhosts.d/default.ssl.conf
Normal file
8
configs/apache2/vhosts.d/default.ssl.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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>
|
Reference in New Issue
Block a user