mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
bind mounting admin conf and a bin to set password
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
enableCoreDump 1
|
||||
sessionTimeout 3600
|
||||
|
||||
errorlog $SERVER_ROOT/admin/logs/error.log {
|
||||
useServer 0
|
||||
logLevel INFO
|
||||
rollingSize 10M
|
||||
}
|
||||
|
||||
accessLog $SERVER_ROOT/admin/logs/access.log {
|
||||
useServer 0
|
||||
rollingSize 10M
|
||||
keepDays 90
|
||||
logReferer 1
|
||||
logUserAgent 1
|
||||
}
|
||||
|
||||
accessControl {
|
||||
allow ALL
|
||||
}
|
||||
|
||||
listener adminListener{
|
||||
address *:7080
|
||||
secure 1
|
||||
keyFile $SERVER_ROOT/admin/conf/webadmin.key
|
||||
certFile $SERVER_ROOT/admin/conf/webadmin.crt
|
||||
clientVerify 0
|
||||
}
|
||||
Reference in New Issue
Block a user