為了解決專案組內容應用,打算把本地的e:tools目錄共享出來,具體操作步驟如下 下載安裝包:http://nginx.org/download/nginx-1.9.15.zip 解壓縮 修改設定檔nginx.conf,在server部分加入下列內容 location /tools { allow all; autoindex on; 效果如下: 啟動服務:E:ToolsNginxnginx-1.9.15>start nginx.exe 訪問資料夾文件夾如果更改設定文件,則可重新載入設定:E:ToolsNginxnginx-1.9.15>nginx.exe -s reload 停止服務:E:ToolsNginxnginx-1.9.15-1.9.15 以上就介紹了在Windows環境下建置Nginx檔案伺服器簡單實用版,包含了Windows方面的內容,希望對PHP教學有興趣的朋友有幫助。