nginx-handbook-projects icon indicating copy to clipboard operation
nginx-handbook-projects copied to clipboard

Project codes used in "The NGINX Handbook"

Results 2 nginx-handbook-projects issues
Sort by recently updated
recently updated
newest added

By moving the new line character outside of the JSON statement, the server will no longer render the closing quotation mark (") and curly bracket (}) on a new line...

In the **[Logging in NGINX](https://www.freecodecamp.org/news/the-nginx-handbook/#logging-in-nginx)** section, I believe there are two occurrences where `/var/logs/nginx/admin.log` should actually be `/var/log/nginx/admin.log`. Please let me know if you agree.