文章详情页
前端 - nginx里面怎么配置支持127.0.0.1:82下 html文件支持include
浏览:128日期:2023-08-18 14:11:05
问题描述
开发过程访问127.0.0.1:82下访问html静态文件,怎么在nginx里面配置支持html的include
问题解答
回答1:这个特性是ssi的事情:
location / {ssi on;... }
http://nginx.org/en/docs/http/ngx_http_ssi_module.html
标签:
HTML
相关文章:
1. python 多进程 或者 多线程下如何高效的同步数据?2. initPage:是什么意思? 是返回的意思吗?3. html - eclipse 标签错误4. 如何解决docker宿主机无法访问容器中的服务?5. python - 管道符和ssh传文件6. mysql - java ResultSetMetaData 获取中文别名乱码7. javascript - 图片能在网站显示,但控制台仍旧报错403 (Forbidden)8. 这是什么情况???9. mysql多表查询10. mysql - AttributeError: ’module’ object has no attribute ’MatchType’
排行榜
