diff --git a/redis_conf/redis.conf b/redis_conf/redis.conf index 64d1063..e1e65e3 100644 --- a/redis_conf/redis.conf +++ b/redis_conf/redis.conf @@ -239,7 +239,7 @@ supervised no # # Creating a pid file is best effort: if Redis is not able to create it # nothing bad happens, the server will start and run normally. -pidfile /data/redis/log/redis.pid +pidfile /data/redis/redis.pid # Specify the server verbosity level. # This can be one of: @@ -252,7 +252,7 @@ loglevel notice # Specify the log file name. Also the empty string can be used to force # Redis to log on the standard output. Note that if you use standard # output for logging but daemonize, logs will be sent to /dev/null -logfile /data/redis/log/redis.log +logfile /data/redis/redis.log # To enable logging to the system logger, just set 'syslog-enabled' to yes, # and optionally update the other syslog parameters to suit your needs.