ssh config location
All checks were successful
All checks were successful
This commit is contained in:
@@ -6,6 +6,7 @@ PATH_STATS=${PATH_BASE}/stats
|
||||
PATH_STATSDB=${PATH_BASE}/stats.db
|
||||
PATH_LOGS=${PATH_BASE}/logs
|
||||
PATH_AUTH=${PATH_BASE}/auth
|
||||
PATH_SSH_HOST=${PATH_BASE}/ssh.host
|
||||
|
||||
WEBDAV_PORT=${WEBDAV_PORT:-8080}
|
||||
STATS_PORT=${STATS_PORT:-8081}
|
||||
@@ -25,11 +26,13 @@ FPM_MAX_SPARE_SERVERS=${FPM_MAX_SPARE_SERVERS:-3}
|
||||
|
||||
export USERNAME
|
||||
export GROUPNAME
|
||||
export PATH_BASE
|
||||
export PATH_WEBROOT
|
||||
export PATH_STATS
|
||||
export PATH_STATSDB
|
||||
export PATH_LOGS
|
||||
export PATH_AUTH
|
||||
export PATH_SSH_HOST
|
||||
export WEBDAV_PORT
|
||||
export STATS_PORT
|
||||
export POSTSIZE
|
||||
|
||||
Reference in New Issue
Block a user