Home > Q&A > body text
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:
1
2
3
4
<code class="nginx"> location / {
<code
class
=
"nginx"
> location / {
ssi on;
...
}</code>
http://nginx.org/en/docs/http/ngx_http_ssi_module.html