Resolví problema de redis_path en archivos de variables
This commit is contained in:
parent
7e57e27cd2
commit
43eef7ea0f
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ nginx_path: /etc/nginx/conf.d
|
|||
php_ini_path: /etc
|
||||
php_pool_path: /etc/php-fpm.d
|
||||
postgresql_path: /var/lib/pgsql/data
|
||||
redis_path: /etc
|
||||
redis_path: /etc/redis
|
||||
ssl_path: /etc/pki/tls
|
||||
|
||||
# NextCloud
|
||||
|
|
|
@ -42,6 +42,7 @@ redis_host: 10.0.5.53
|
|||
redis_user: nextcloud
|
||||
redis_password: ParángariCutirimiNoMeAcuerdoCuaro
|
||||
redis_url: "https://{{ redis_host }}"
|
||||
redis_path: /etc/redis
|
||||
|
||||
|
||||
# SSL
|
||||
|
|
Loading…
Reference in a new issue