mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 23:48:19 +00:00
Enable Redis requirepass for enhanced security
This commit is contained in:
@@ -84,7 +84,7 @@ EOL
|
||||
save_config "REDIS_PASSWORD=${REDIS_PASSWORD}"
|
||||
|
||||
# Save log.
|
||||
save_log -e "Redis server AUTH pass: ${REDIS_PASSWORD}\nSave this password and use it to authenticate your Redis connection (typically use -a parameter)."
|
||||
save_log -e "Redis server requirepass is enabled, here is your authentication password: ${REDIS_PASSWORD}\nSave this password and use it to authenticate your Redis connection (typically use -a parameter)."
|
||||
fi
|
||||
|
||||
# Custom kernel optimization for Redis.
|
||||
|
||||
Reference in New Issue
Block a user