Compare commits

...

7 Commits

3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- ---
nextcloud_nginx_version: "1.21.3" nextcloud_nginx_version: "1.23.2"
nextcloud_nginx_basepath: /opt/nextcloud-nginx nextcloud_nginx_basepath: /opt/nextcloud-nginx
nextcloud_nginx_config: "{{ nextcloud_nginx_basepath }}/nextcloud.conf" nextcloud_nginx_config: "{{ nextcloud_nginx_basepath }}/nextcloud.conf"
nextcloud_nginx_servernames: ~ nextcloud_nginx_servernames: ~

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.9
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"