Skip to content

Add explicit /dev/stderr to nginx cmdline

Michał Zając requested to merge mzajac/explicit-dev-stderr into main

What does this Merge Request do and why?

Start nginx with -e /dev/stderr so that it doesn't attempt to write to /var/log/nginx/error.log which is not user-writeable on Ubuntu-like systems

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports