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
474 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",
"index": ["index.html"],
"locations":
{
"/docs":
{
"root": "./documents",
"autoindex": true
},
"/img":
{
"root": "./images"
}
}
}
]
}