Skip to content

feat: allow nginx 500 error page to be disabled#34

Open
yCodeTech wants to merge 4 commits intomasterfrom
feat/issue-31/allow-nginx-500-error-page-to-be-disabled
Open

feat: allow nginx 500 error page to be disabled#34
yCodeTech wants to merge 4 commits intomasterfrom
feat/issue-31/allow-nginx-500-error-page-to-be-disabled

Conversation

@yCodeTech
Copy link
Owner

Closes #31

- Extracted "missing default config keys" code from `writeBaseConfiguration` into a new `addMissingDefaultConfigKeys` method.
- Moved `addMissingDefaultConfigKeys` method up the file to below the `writeBaseConfiguration` method. The only reason the method was added at the bottom of the file was to allow git diff to work out the real diff when committing. Otherwise the diff was weird.
- Added new `addMissingConfigKeys` Upgrader method to run the `Configuration::addMissingConfigKeys` method on every Valet run.
@yCodeTech yCodeTech added the feature New feature request label Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Disable the nginx 500 error page for 3rd party error reporting

1 participant