Update Nginx .conf to fix .php editing issues#126
Closed
PalmarHealer wants to merge 1 commit intopelican-dev:mainfrom
Closed
Update Nginx .conf to fix .php editing issues#126PalmarHealer wants to merge 1 commit intopelican-dev:mainfrom
PalmarHealer wants to merge 1 commit intopelican-dev:mainfrom
Conversation
Update to fix .php editing issues
✅ Deploy Preview for pelica ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Member
|
This would only "fix" it for Nginx but not for other webservers. |
Author
|
So then either all of the web server configs are adjusted or the way how the URIs are being build has to be changed. Like replacing dots with a placeholder. But I don't know how to change that... Personally I would go the config way but that could cause compatibility issues in the future. |
Member
|
Thanks, but this should be fixed on the panel side and not via the webserver config. |
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.
Change Nginx config to specifically route to /index.php if uri contains a
/edit/. This fixes:pelican-dev/panel#746
pelican-dev/panel#1150
And propably this one aswell:
pelican-dev/panel#1105