Correct: My front server listens port 80, 443, and 80 redirect() to 443 at front server.

And I found the back server locally backed by a redis server can not terminated immediately (unless using SIGKILL). I must unsuccessfully visit the site again, then the back server was terminated, and can be restarted. It seems there is some cache mechanism there.