nginx部署靜態資源步驟:
安裝,然後點選file->ftp->ftpupload->settings->add。然後進行配置:
這樣只是為了方便編輯linux中檔案內容。
第二步:將靜態資源放入nginx目錄下:比如我的是index:
然後修改nginx.conf檔案:
http->server->location->root 為index。
第三步:重啟nginx
./nginx -s reload第四步:測試訪問:
找不到路徑看看是不是名字寫錯。
好吧,改一下,再試試。
然後ok。
在editplus中修改檔案ctrl+s保持的時候點是,然後點ok。
nginx靜態資源分離部署
修改nginx.conf檔案,用於nginx處理靜態資源。主要配置如下 在server配置中加入location配置即可 server upstream blog.ha97.com 本地動靜分離反向 配置 所有jsp的頁面均交由tomcat或resin處理 location jsp jspx do ...
使用Nginx部署靜態頁面
1.找到nginx的安裝路徑及配置檔案ps ef grep nginxroot 12604 1 0 18 14 00 00 00 nginx master process usr sbin nginx c etc nginx nginx.conf2.檢視nginx的配置檔案http3.在 etc n...
如何將部署靜態資源到nginx上,超詳細解決
cd etc nginx conf.d 進入conf.d包下 建議copu乙個default.conf 檔案,如果修改壞了就麻煩了 vi copy出來的.conf 修改server name後的伺服器位址 也就是 location中的 例項如下 檔案位址如下c windows system32 dr...