Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NeoPy
/
neopy-yiutubedl
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9b8081b
neopy-yiutubedl
/
nginx.conf
NeoPy
Upload folder using huggingface_hub
9d69ba4
verified
12 days ago
raw
Copy download link
history
blame
Safe
173 Bytes
server {
listen
80
;
server_name localhost;
root
/usr/
share
/nginx/
html;
index index.html;
location / {
try_files
$uri
$uri
/ /i
ndex.html;
}
}