Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wixcs
/
cskj
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b4a05c1
cskj
/
nginx.conf
wixcs
Create nginx.conf
b4a05c1
verified
4 months ago
raw
Copy download link
history
blame
Safe
192 Bytes
events { }
http {
server
{
listen
80
;
server_name localhost;
location
/ {
root /usr/
share
/nginx/html;
index
index
.html;
}
}
}