user nginx; worker_processes auto; env HF_API_TOKEN; events { worker_connections 1024; } http { include /etc/nginx/mime.types; include /etc/nginx/conf.d/*.conf; }