-
Notifications
You must be signed in to change notification settings - Fork 702
os-nginx : Add error page file extension support #4687
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
base: master
Are you sure you want to change the base?
Conversation
Hi! |
Yeah, of course help message could be changed up to you ^^ |
Co-authored-by: Franco Fichtner <[email protected]>
@@ -1841,6 +1841,10 @@ | |||
</check001> | |||
</Constraints> | |||
</pagecontent> | |||
<extension type="TextField"> | |||
<default>html</default> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
although I'm doubting we need a lot of free-text options here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean that a drop down list would be better ?
resolve #4684
Allow users to change the extension of the error file so we can now set it to i.e. json to make it well read for app that require json
These changes were made on a running Opnsense so perhaps I did miss to report some modifications here, so, please, review it carefully ^^
As I don't know Opnsense code at all I did a "just working" change
see you :)