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
460 B
31 lines
460 B
2 years ago
|
{
|
||
|
"max_clients": 30,
|
||
|
"root_folder": "./www",
|
||
|
"servers": [
|
||
|
{
|
||
|
"server_name": "localhost",
|
||
|
"listens": ["15000", "[::]:88"],
|
||
|
"return": "301 https://$host$uri"
|
||
|
},
|
||
|
{
|
||
|
"server_name": "localhost",
|
||
|
"listens": ["150005", "[::]:88"],
|
||
|
"root": "./public",
|
||
|
"index": ["index.html"],
|
||
|
"locations":
|
||
|
{
|
||
|
"/docs":
|
||
|
{
|
||
|
"root": "./documents",
|
||
|
"autoindex": true
|
||
|
},
|
||
|
"/img":
|
||
|
{
|
||
|
"root": "./images"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|