I\'m using the nginx as reverse proxy for django and React with as config
worker_processes 1; events { worker_connections 1024; } http{ server{