mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 00:34:25 -05:00
➕ Added: configs/apache2/vhosts.d/default.ssl.conf ➕
Added: configs/apache2/vhosts.d/default.ssl.conf
This commit is contained in:
parent
c82dc0abc5
commit
c572ea39b4
@ -1,7 +1,7 @@
|
||||
# Default host for SSL
|
||||
<VirtualHost _default_:REPLACE_SERVER_PORT>
|
||||
SSLEngine on
|
||||
DocumentRoot "REPLACE_SERVER_DIR"
|
||||
DocumentRoot "REPLACE_SERVER_WWW_DIR"
|
||||
SSLCertificateFile /config/ssl/server.crt
|
||||
SSLCertificateKeyFile /config/ssl/server.key
|
||||
Header always set Strict-Transport-Security "max-age=31536000; preload"
|
||||
|
Loading…
x
Reference in New Issue
Block a user