Compare commits

...

3 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
upstream php-handler {
{% if fpm_socket %}
{% if fpm_socket is sequence %}
{% if fpm_socket is not string %}
{% for upstream in fpm_socket %}
server unix:{{ upstream }};
{% endfor %}

View File

@ -1,6 +1,6 @@
---
nextcloud_version: 24.0.1
nextcloud_version: 24.0.3
nextcloud_user: nextcloud
nextcloud_basepath: /opt/nextcloud
nextcloud_config_path: "{{ nextcloud_basepath }}/config"