-
Notifications
You must be signed in to change notification settings - Fork 50
Description
I am trying to install Drupal apigee kickstart portal from GCP marketplace. I have downloaded the package and edited so as to have SQL instance on internal IPs only. The zip package provisions all the required resources in GCP such as ELB, MIG, Firewall, Health checks etc. My use case is to attach existing ELB to the Drupal and the LB will direct traffic to Drupal backend by a host-path method. I am struggling to modify my base URL of Drupal to have my url with https://my.domain.com/portal/ here /portal/ on the LB will be responsible to direct traffic to Drupal backend from LB. Can anyone please help guide me how to make drupal ready with my custom domain including path /portal/ .
portalinstance.jinja.yaml
portaligm.jinja.yaml
Update:- I was able to attach LB but domain when hit e.g-https://my.domain.com/portal/ redirects to https://my.domain.com/core/install.php(404) whereas it should be https://my.domain.com/portal/core/install.php
Thanks already for your support!