Compare commits

...

4 Commits

2 changed files with 2 additions and 2 deletions

View File

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

View File

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