You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some directives are available in customized and/or paid nginx versions. How can we support these?
For example, a very useful syslog patch is available only as a custom patch, and will likely be never included upstream. However, it is extremely useful. I see two approaches:
add explicit support for syslog (and friends) to this module.
add support for arbitrary directives in global and http contexts, like we already have arbitrary directives in location contexts. That way, all "special" features can be covered.
Please let me know which one you prefer. Maybe neither of them, then what would be the suggestions?
The text was updated successfully, but these errors were encountered:
Some directives are available in customized and/or paid nginx versions. How can we support these?
For example, a very useful syslog patch is available only as a custom patch, and will likely be never included upstream. However, it is extremely useful. I see two approaches:
global
andhttp
contexts, like we already have arbitrary directives in location contexts. That way, all "special" features can be covered.Please let me know which one you prefer. Maybe neither of them, then what would be the suggestions?
The text was updated successfully, but these errors were encountered: