aboutsummaryrefslogtreecommitdiffstats
path: root/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext/README.md
blob: 58310a7bd5fb8788361bc158422e4917d91c7450 (plain)
1
2
3
4
5
6
7
8
9
10
11
README
===============

The directory to store configuration files that extends locations of the default listening server(e.g 10080).
The config file must be a *.conf file. For example:
#testlocation.conf
~~~
location = /test {
	echo "test ok";
}
~~~