• 1 Post
  • 94 Comments
Joined 3 年前
cake
Cake day: 2023年6月19日

help-circle
















  • Thanks for replying, instead of just downvoting!

    I think the bloat is not (primarily) in the end users experience, but in the extra code that the nginx maintainers must now continue to support, test, etc on an ongoing basis, which is not core to its function as a http server and proxy.

    To me, this change goes against the Unix philosophy of simplicity, modularity, and the idea that programs should do one thing well.

    Nginx should not contain logic that is not expressly related to serving or proxying web requests. The content it serves is up to the end user.

    If we accept this change, should they also provide localized versions of all the error pages, too? I’m happy if their responsibility ends at just serving the content I provide.