Active
Project:
Hostmaster (Aegir)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2023 at 11:51 UTC
Updated:
12 Mar 2024 at 22:25 UTC
Jump to comment: Most recent
Comments
Comment #2
socialnicheguru commentedComment #3
acYou can do this manually by creating a file in /var/aegir/.drush/
This example is for apache but you can use drush_hook_provision_nginx_vhost_config for nginx.
Comment #4
socialnicheguru commentedI get it now. Thanks for the pointers.
Unfortunately nothing I do will work.
I want to conditionally change from php7.4-fpm to php8.1-fpm
This file is the last line in vhost:
include /var/aegir/config/includes/nginx_vhost_common.conf;I wanted to overwrite it's values but cannot do that since it is the last item
Comment #5
socialnicheguru commentedI upgraded hostmaster to Drupal 7.100 which takes php8.1 and possibly 8.2
I upgraded the file, /var/aegir/config/includes/nginx_vhost_common.conf, to reflect this