Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
leezhuuu
/
librespeed
like
0
Runtime error
App
Files
Files
Community
80c8e65
librespeed
/
default.conf
leezhuuu
Rename nginx.conf to default.conf
28c4a4d
verified
27 days ago
raw
Copy download link
history
blame
150 Bytes
server
{
listen
8080
;
server_name localhost;
location
/ {
root /usr/
share
/nginx/html;
index
index
.html
index
.htm;
}
}