Compare commits
5 Commits
f27abe9e42
...
server-24.
Author | SHA1 | Date | |
---|---|---|---|
b02037f743
|
|||
63a291121a
|
|||
69d76f3342
|
|||
f465c5d792
|
|||
29a145fe42
|
@ -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 %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
nextcloud_version: 24.0.1
|
||||
nextcloud_version: 24.0.6
|
||||
nextcloud_user: nextcloud
|
||||
nextcloud_basepath: /opt/nextcloud
|
||||
nextcloud_config_path: "{{ nextcloud_basepath }}/config"
|
||||
|
Reference in New Issue
Block a user