Hi.
I have on Ubuntu Server whole server, i mean:
Nginx, uWSGI, Django.
Everything works fine on local IP, but when i want to connect to that server from public IP, Django doesn't work.
Nginx - yes, but without Django.
On uWSGI logs i have something like that:
"worker 1 killed successfully (pid: 2855)
Respawned uWSGI worker 1 (new pid: 2856)
emperor-i-am-ready-to-accept/write(): Bad file descriptor [core/uwsgi.c line 3578]
Sun Mar 19 19:53:15 2023 - lost communication with the Emperor, goodbye...
Sun Mar 19 19:53:15 2023 - graceful shutdown triggered...
Gracefully killing worker 1 (pid: 2856)..."
But it tells me nothing.
Help me pls :(