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.
|
|
|
{
|
|
|
|
"max_clients": 30,
|
|
|
|
"root_folder": "./www",
|
|
|
|
"servers": [
|
|
|
|
{
|
|
|
|
"server_name": "localhost",
|
|
|
|
"listens": ["80", "localhost:80", "localhost", "[::]:443"],
|
|
|
|
"return": "301 https://$host$uri"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"server_name": "localhost",
|
|
|
|
"listens": ["8080"],
|
|
|
|
"root": "./public",
|
|
|
|
"indexs": ["index.html"],
|
|
|
|
"locations":
|
|
|
|
{
|
|
|
|
"docs/":
|
|
|
|
{
|
|
|
|
"root": "documents/",
|
|
|
|
"autoindex": true
|
|
|
|
},
|
|
|
|
"img/":
|
|
|
|
{
|
|
|
|
"root": "images/"
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|