librespeed / default.conf
leezhuuu's picture
Rename nginx.conf to default.conf
28c4a4d verified
server {
listen 8080;
server_name localhost;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
}