Skip to content

Allowing skipping the installation of the webserver that is not used #663

@stof

Description

@stof

Currently, the buildpack always install both apache and nginx, even though each app will use only one of them, increasing the slug size for nothing. It would be great if the unused one could be skipped during the install.

I see 2 alternatives:

  1. the nice one: automatically detect which server is used based on the commands used in the Procfile
  2. the manual one: allow configuring somewhere (maybe a setting in the extra section in composer.json) which server should be installed (defaulting to install both if this is not configured)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions