Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tokyotechlab
/
fe
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fe
/
nginx.conf
3v324v23
up
5445d68
3 months ago
raw
Copy download link
history
blame
contribute
delete
191 Bytes
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;
}