Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Clone04
/
nginDocker
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
53ef96b
nginDocker
/
nginx.conf
Clone04
Update nginx.conf
eb4616f
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
194 Bytes
events {}
http {
server
{
listen
7860
;
server_name localhost;
location
/ {
root /usr/
share
/nginx/html;
index
index
.html;
}
}
}