Troubleshooting
Even if you read every single word of this book with the utmost attention, you will not unfortunately be sheltered from all kinds of issues, ranging from simple configuration errors to the occasional unexpected behavior of one module or another. To help you with that, in this chapter, we will attempt to provide solutions for some of the common problems encountered by administrators who are just getting started with NGINX.
This chapter covers the following topics:
- A basic guide containing general tips on NGINX troubleshooting
- How to solve some of the most common install issues
- Dealing with
403 Forbidden
and400 Bad Request
HTTP errors and more - Why your configuration does not appear to apply correctly
- A few words about the
if
block behavior