I am trying to deploy my easyrtc server with Nginx.
This is my Nginx config
#user nobody; worker_processes 1; events { worker_connections 1024; }