Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
nich2456
/
excd
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
excd
/
nginx.conf.template
nich2456
Update nginx.conf.template
0776303
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
156 Bytes
server
{
listen
0.0.0.0:8089
;
location
/ {
root
/usr/share/nginx/html;
index
index.html;
try_files
$uri
$uri
/ =
404
;
}
}