Leave details of PHP handling to outside gpodder.
We'll use plain CGI for now, with the option to move to php-fpm in the future.
This commit is contained in:
parent
8daf3c4d06
commit
59fad00c36
|
@ -2,7 +2,6 @@ gpodder:
|
|||
pkg.installed:
|
||||
- pkgs:
|
||||
- php-sqlite3
|
||||
- libapache2-mod-php8.2
|
||||
|
||||
srv_gpodder_directory:
|
||||
file.recurse:
|
||||
|
@ -20,8 +19,6 @@ gpodder_web:
|
|||
- names:
|
||||
- /etc/apache2/sites-available/gpodder.lunch.org.uk.conf:
|
||||
- source: salt://gpodder/gpodder.lunch.org.uk.conf
|
||||
apache_module.enabled:
|
||||
- name: php8.2
|
||||
apache_site.enabled:
|
||||
- require:
|
||||
- file: /etc/apache2/sites-available/gpodder.lunch.org.uk.conf
|
||||
|
|
Loading…
Reference in New Issue