mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 23:31:35 +09:00
Added cert bin, changed default ssl location for template
This commit is contained in:
@@ -3,7 +3,7 @@ configFile $SERVER_ROOT/conf/vhosts/$VH_NAME/vhconf.conf
|
||||
allowSymbolLink 1
|
||||
enableScript 1
|
||||
restrained 1
|
||||
setUIDMode 0
|
||||
setUIDMode 2
|
||||
|
||||
virtualHostConfig {
|
||||
docRoot $VH_ROOT/html/
|
||||
@@ -53,5 +53,10 @@ RewriteFile .htaccess
|
||||
enable 0
|
||||
logLevel 0
|
||||
}
|
||||
|
||||
vhssl {
|
||||
keyFile /etc/letsencrypt/live/$VH_NAME/privkey.pem
|
||||
certFile /etc/letsencrypt/live/$VH_NAME/fullchain.pem
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user