使用Nginx搭建靜態資源WEB伺服器

2021-10-06 03:11:57 字數 921 閱讀 2723

/dev/servers/nginx/dlib

$tree dlib |

more

dlib

├── cmakelists.txt.html

├── algs.h.html

├── all

│ └── source.cpp.html

├── any

│ ├── any.h.html

│ ├── any_abstract.h.html

│ ├── any_decision_function.h.html

│ ├── any_decision_function_abstract.h.html

│ ├── any_function.h.html

│ ├── any_function_abstract.h.html

│ ├── any_function_impl.h.html

│ ├── any_function_impl2.h.html

│ ├── any_trainer.h.html

│ └── any_trainer_abstract.h.html

├── any.h.html

....

..

這個訪問「/」結尾的url,可以在頁面上展示目錄結構:

[外鏈轉存失敗,源站可能有防盜煉機制,建議將儲存下來直接上傳(img-8nrkwn1h-1589408854053)(photos/03autoindex示例.png)]

location /
再次訪問首頁,發現訪問速度非常慢

nginx 搭建靜態資源訪問

場景server name是什麼 靜態資源訪問配置 態度有彩蛋哦 有乙個前端小夥伴想搞動 靜分離,需要nginx 一下靜態檔案 server name 為虛擬伺服器的識別路徑。因此不同的網域名稱會通過請求頭中的host欄位,匹配到特定的server塊,到對應的應用伺服器中去。比如 server na...

nginx 匹配路徑 nginx搭建靜態資源伺服器

nginx做靜態伺服器時候,如果發現訪問的靜態資源是404,則需要更改配置如下 server location images root響應的路徑 配置的路徑 完整訪問路徑 完整的location配置路徑 靜態檔案 alias響應的路徑 配置路徑 靜態檔案 去除location中配置的路徑 使用ali...

搭建nginx靜態資源站

搭建靜態資源站包括以下幾部分 root指令與alias指令的區別 使用gzip壓縮資源 如何訪問指定目錄下的全部資源檔案 如何限制訪問流量 如何自定義log日誌 root指令與alias指令的區別 我們的 靜態資源放到 home wwwroot demo 目錄下 root 2a33e33fa785 ...