Skip to content
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

Allow definition of custom controller to render healthy info #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fernandesGabriel
Copy link

@fernandesGabriel fernandesGabriel commented Nov 28, 2020

Context

The goal of this pull request is allow application controllers that are rendering / checking application healthy to also be used on the script as starting point of health check. The main issue found on the original script was that frameworks as Symfony and Laravel rely on a single entry file to start their routings, and the original php-fpm-healthcheck wasn't allowing the combination of the SCRIPT_NAME and REQUEST_URI on its definition.

Changes

  • Tests included
  • Documentation updated
  • Commit message is clear

@wandersonwhcr wandersonwhcr added the enhancement New feature or request label Dec 23, 2021
@wandersonwhcr wandersonwhcr added this to the v0.6.0 milestone Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants