1. Adjust the directory hierarchy
[msb/apigateway.git] / msb-core / openresty-ext / src / assembly / resources / openresty / nginx / msb-enabled / location-ext / README.md
1 README
2 ===============
3
4 The directory to store configuration files that extends locations of the default listening server(e.g 10080).
5 The config file must be a *.conf file. For example:
6 #testlocation.conf
7 ~~~
8 location = /test {
9         echo "test ok";
10 }
11 ~~~