When developing as usual, everything takes place on a test server, or locally. I use built-in staticfile .
However, when I transfer to a working server, and change DEBUG = False , the server crashes. Although static is already given using nginx .
Tell me what needs to be changed so that Django skips the static return step? Already tried in settings disable various static settings, nothing helped, with DEBUG = False everything crashes.