Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
If nginx is used only for distributing statics, and there are no connections to backends (http, fastcgi), then except for cases with return 500 and possibly some very exotic situations, such as lack of file descriptors, it will not return a 500 error.
Of course it can. At a minimum, you can write in the config what statuses to return.
Maybe.
location / {
# get the hell out of here!
return 500;
}
=)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question