Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • You might need to set open_file_cache off; in your nginx config while you debug. (Don't leave it permanently though.) Commented Apr 19, 2018 at 20:03
  • @AlexHowansky so would that just be a new line in the server block or would I put that somewhere specific in /etc/nginx/nginx.conf?
    – dthor
    Commented Apr 19, 2018 at 20:11
  • Yeah, in the server block. (For this case.) Commented Apr 19, 2018 at 20:13
  • @me according to the docs I can put it in the server context :-)
    – dthor
    Commented Apr 19, 2018 at 20:14
  • Ah, you're just a bit faster than me reading documentation!
    – dthor
    Commented Apr 19, 2018 at 20:14