mirror of
https://github.com/nginx/nginx.git
synced 2026-02-03 20:29:27 -05:00
905 B
905 B
| name | about | title | labels |
|---|---|---|---|
| Bug report | Create a report to help us improve | bug |
Environment
Include the result of the following commands:
nginx -Vuname -a
Description
Describe the bug in full detail including expected and actual behavior. Specify conditions that caused it. Provide the relevant part of nginx configuration and debug log.
- The bug is reproducible with the latest version of nginx
- The nginx configuration is minimized to the smallest possible to reproduce the issue and doesn't contain third-party modules
nginx configuration
# Your nginx configuration here
or share the configuration in gist.
nginx debug log
It is advised to enable debug logging.
# Your nginx debug log here
or share the debug log in gist.