fe / nginx.conf
3v324v23's picture
up
5445d68
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;
}