During the development process, access html static files under 127.0.0.1:82. How to configure include that supports html in nginx
黄舟2017-05-16 17:18:06
This feature is a ssi thing:
location / {
ssi on;
...
}
http://nginx.org/en/docs/http/ngx_http_ssi_module.html