events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; include resty-http.conf; server { listen 80 default_server; include resty-server-http.conf; } include /etc/nginx/conf.d/*.conf; }