-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PGOV-400: Config for deployment to cloud.gov #54
base: main
Are you sure you want to change the base?
Conversation
Thank you for separating this out from site config stuff! It's much clearer. This looks like this could use some streamlining. I'm going to try to make a branch from this branch to see if I can get it into alignment. Here's the scoop: The PHP Buildpack ships with nginx as a web server. The expectation here is that we'd respect that choice, and set the site up using Nginx config files. In this scenario:
I was confused about how any of this is working, but it appears that the I will try to take a swing at this. |
5243bae
to
9fa8884
Compare
…. Basic auth dependencies and config for drupal site.
de5e890
to
4efefce
Compare
Digging into this a bit, I didn't make any real progress in switching to Nginx (and realized it's going to be hard without working CF env to test builds with). However, I did do some digging into the php_buildpack and it looks like it can build with either Apache (AKA HTTPD) or Nginx out of the box and both have been been supported pretty much since the start - I don't think this is something we are installing. As far as I can tell, Apache is the default (see Given all this, and that Apache is currently working and well supported by Drupal I would suggest the simplest course of action is to try deleting the Unrelated to this, I am also wondering if we need |
This PR adds configuration and scripts for deploying the Drupal backend and the NextJS frontend of the PGOV MVP to the Cloud.gov environment using cloudfoundry cli.
In summary: