mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-06 12:20:45 +01:00
fix redis conf path
This commit is contained in:
@@ -2222,7 +2222,7 @@ vmail
|
||||
if os.path.exists('%shttpd.conf' % (confPath)):
|
||||
os.remove('%shttpd.conf' % (confPath))
|
||||
|
||||
shutil.copy('litespeed/httpd-redis.conf', confPath)
|
||||
shutil.copy('litespeed/httpd-redis.conf', '%shttpd.conf' % (confPath))
|
||||
|
||||
## start and enable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user