Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Make Nginx virtual host configuration framework specific #59

Open
bravo-kernel opened this issue Mar 17, 2015 · 2 comments
Open

Make Nginx virtual host configuration framework specific #59

bravo-kernel opened this issue Mar 17, 2015 · 2 comments
Assignees
Milestone

Comments

@bravo-kernel
Copy link
Contributor

The current "one generic Nginx virtual host for all frameworks" implementation needs to be refactored to prepare for (easy) extending the number of supported (PHP) frameworks.

Per framework:

  • optimized nginx template for php-fpm (default)
  • optimized nginx template for hhvm

For general use:

  • generic nginx template for php-fpm (default) using index.php, index.htm, index.html, etc
  • generic nginx template for hhvm

Additionally:

  • add new option to the cakebox site add command to specify framework
  • add new option to the cakebox site add command to specify php/hhvm
@ceeram
Copy link
Contributor

ceeram commented Mar 18, 2015

in fact site command creates a vhost configuration, not a site. Perhaps rename?

@bravo-kernel
Copy link
Contributor Author

Totally agree. Feel free to provide the required changes, impacts cakebox project as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants