文章詳情頁
前端 - nginx里面怎么配置支持127.0.0.1:82下 html文件支持include
瀏覽:141日期:2023-08-18 14:11:05
問題描述
開發(fā)過程訪問127.0.0.1:82下訪問html靜態(tài)文件,怎么在nginx里面配置支持html的include
問題解答
回答1:這個特性是ssi的事情:
location / {ssi on;... }
http://nginx.org/en/docs/http/ngx_http_ssi_module.html
標簽:
HTML
相關文章:
1. 數組按鍵值封裝!2. docker不顯示端口映射呢?3. python - django 使用 redirect 跳轉網頁,怎么傳遞 referer 給目標網頁4. python - SQLAlchemy 向對應的id插入數據怎么操作?5. win10 python3.5 matplotlib使用報錯6. 網頁爬蟲 - python 爬蟲怎么處理json內容7. javascript - 微信小程序電商務搜索頁排序功能的邏輯8. python - flask用ajax做后臺登陸交互,驗證密碼后,如何重新定位到index.html上?9. python中def定義的函數加括號和不加括號的區(qū)別?10. mysql 新增用戶 主機名設定 失敗
排行榜
