Use php-fpm for PHP access.
This commit is contained in:
parent
3000db5ed6
commit
2e3ebbcd03
|
@ -0,0 +1,18 @@
|
||||||
|
php-fpm:
|
||||||
|
pkg.installed
|
||||||
|
|
||||||
|
apache_php_module:
|
||||||
|
apache_module.disabled:
|
||||||
|
-name: php8.2
|
||||||
|
|
||||||
|
apache_fcgi_module:
|
||||||
|
apache_module.enabled:
|
||||||
|
- name: proxy_fcgi
|
||||||
|
|
||||||
|
apache_setenvif_module:
|
||||||
|
apache_module.enabled:
|
||||||
|
- name: setenvif
|
||||||
|
|
||||||
|
apache_php8.2_conf:
|
||||||
|
apache_conf.enabled:
|
||||||
|
- name: php8.2-fpm
|
|
@ -5,6 +5,7 @@ base:
|
||||||
'hedwig.lunch.org.uk':
|
'hedwig.lunch.org.uk':
|
||||||
- debian
|
- debian
|
||||||
- apache
|
- apache
|
||||||
|
- php_fpm
|
||||||
- mariadb
|
- mariadb
|
||||||
- backup
|
- backup
|
||||||
- backup/hedwig
|
- backup/hedwig
|
||||||
|
|
Loading…
Reference in New Issue