[int]
This commit is contained in:
parent
1b86f871e5
commit
520314d932
|
|
@ -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 %}
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
"ansible.builtin.apt": {
|
||||
"pkg": [
|
||||
"unzip",
|
||||
"php8.2-fpm",
|
||||
"php8.2-xml"
|
||||
"php-fpm",
|
||||
"php-xml"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue