During the development process, access html static files under 127.0.0.1:82. How to configure include that supports html in nginx
ringa_lee
This feature is a ssi thing:
location / { ssi on; ... }
http://nginx.org/en/docs/http/ngx_http_ssi_module.html
This feature is a ssi thing: