owncloud aktualisieren #1

Closed
fenris wants to merge 44 commits from task-377 into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 520314d932 - Show all commits

View file

@ -37,7 +37,7 @@
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param REDIRECT_STATUS 200;
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
fastcgi_pass unix:/var/run/php/php8.4-fpm.sock;
# fastcgi_pass unix:/var/run/php5-fpm.sock; #old php version
}
{% endmacro %}

View file

@ -5,8 +5,8 @@
"ansible.builtin.apt": {
"pkg": [
"unzip",
"php8.2-fpm",
"php8.2-xml"
"php-fpm",
"php-xml"
]
}
},