bind mounting admin conf and a bin to set password

This commit is contained in:
lars-hagen
2020-01-09 00:17:01 +01:00
parent 277a216f71
commit be823d37cc
25 changed files with 2832 additions and 3 deletions
+57
View File
@@ -0,0 +1,57 @@
vhRoot /var/www/vhosts/$VH_NAME/
configFile $SERVER_ROOT/conf/vhosts/$VH_NAME/vhconf.conf
allowSymbolLink 1
enableScript 1
restrained 1
setUIDMode 0
virtualHostConfig {
docRoot $VH_ROOT/html/
enableGzip 1
errorlog {
useServer 1
}
accesslog $SERVER_ROOT/logs/$VH_NAME.access.log {
useServer 0
rollingSize 100M
keepDays 30
compressArchive 1
}
index {
useServer 0
indexFiles index.html, index.php
autoIndex 0
autoIndexURI /_autoindex/default.php
}
expires {
enableExpires 1
}
accessControl {
allow *
}
context /cgi-bin/ {
type cgi
location $VH_ROOT/cgi-bin/
}
context / {
location $DOC_ROOT/
allowBrowse 1
rewrite {
RewriteFile .htaccess
}
}
rewrite {
enable 0
logLevel 0
}
}