This commit is contained in:
Christian Fraß 2025-10-08 13:23:28 +02:00
parent 1b86f871e5
commit 520314d932
2 changed files with 3 additions and 3 deletions

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"
]
}
},