Front-end - How to configure nginx to support include in html files under 127.0.0.1:82
ringa_lee
ringa_lee 2017-05-16 17:16:06
0
1
1007

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
ringa_lee

ringa_lee

reply all(1)
黄舟

This feature is a ssi thing:

    location / {
        ssi on;
        ...
    }

http://nginx.org/en/docs/http/ngx_http_ssi_module.html

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!