Purge openresty#14353
Merged
Merged
Conversation
tremor021
approved these changes
May 9, 2026
|
Hey, just wanted to report an issue I hit after updating the Nginx Proxy Manager LXC with the changes from PR #14353. After the update, NPM stopped working because OpenResty came up with the default nginx.conf instead of the usual NPM config. Port 81 was no longer listening, the admin UI was down, and none of the proxy configs were being loaded. When I checked /usr/local/openresty/nginx/conf/nginx.conf, it had been replaced with the stock OpenResty example config instead of the NPM one. I managed to fix it manually by rebuilding the missing config entries, but it looks like the migration to source-built OpenResty is overwriting the original NPM bootstrap config during updates. |
Member
|
Create an issue and Not inside of a pr |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✍️ Description
Just removing
openrestyleaves behind the configuration and makesif dpkg -s openresty &>/dev/null 2>&1; thenalways true, making it reinstall openresty every time.🔗 Related Issue
#14352
Fixes #
✅ Prerequisites (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.