Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nich2456
/
excd
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
excd
/
nginx.conf.template
nich2456
Update nginx.conf.template
0776303
verified
2 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
;
}
}