nginx-errors
nginx-errors copied to clipboard
nginx: [emerg] unexpected "}"
In the README.md there is a missing semicolon after the include.
server {
...
include /usr/share/nginx/html/nginx-errors/nginx-errors.conf;
}