Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
piped
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
piped
/
nginx.conf
soiz1
Rename ngix.conf to nginx.conf
372ce24
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
225 Bytes
server
{
listen
80
;
listen
[::]:
80
;
server_name localhost;
error_log
off
;
location
/ {
root /usr/
share
/nginx/html;
index
index
.html
index
.htm;
}
error_page
404
=
200
/
index
.html;
}