You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
473 B

2 years ago
{
"max_clients": 30,
"root_folder": "./www",
"servers": [
{
"server_name": "localhost",
2 years ago
"listens": ["80", "localhost:80", "localhost", "[::]:443"],
2 years ago
"return": "301 https://$host$uri"
},
{
"server_name": "localhost",
2 years ago
"listens": ["8080"],
2 years ago
"root": "./public",
"indexs": ["index.html"],
2 years ago
"locations":
{
"docs/":
2 years ago
{
"root": "documents/",
2 years ago
"autoindex": true
},
"img/":
2 years ago
{
"root": "images/"
2 years ago
}
}
}
]
}