91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么在Nginx中添加ngx-fancyindex模塊

發布時間:2021-03-17 17:26:28 來源:億速云 閱讀:392 作者:Leah 欄目:服務器

怎么在Nginx中添加ngx-fancyindex模塊?相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。

安裝ngx-fancyindex

第一步

查看已安裝的 Nginx 版本與模塊信息:

nginx -V

輸出信息類似于:

nginx version: nginx/1.8.0
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
TLS SNI support enabled
configure arguments: --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --user=nginx --group=nginx

第二步

下載對應版本的 Nginx 源碼包: http://nginx.org/download/

下載最新版本的 ngx-fancyindex 源碼包: https://github.com/aperezdc/ngx-fancyindex/releases

上傳至服務器并解壓,這里我們上傳到/tmp目錄。

第三步

編譯 Nginx

cd /tmp/nginx-1.8.0 #進入源碼目錄 
./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --user=nginx --group=nginx --add-module=../ngx-fancyindex-0.4.2
make  #編譯

特別注意:

  1. ./configure后面的配置要對應第一步的輸出信息,防止不必要的麻煩,–add-module=../ngx-fancyindex-0.4.2 這里根據你下載解壓后的 ngx-fancyindex 目錄名來。

  2. 只需要 make,不需要 install.

第四步

重命名舊的 nginx 文件:

mv /usr/local/nginx /usr/local/nginx.bak

復制重新編譯的nginx文件到nginx原來安裝目錄下:

cp ./objs/nginx /usr/local/nginx/sbin/

重新啟動 nginx 服務:

service nginx restart

配置ngx-fancyindex

修改nginx配置文件

location /path/ #指定~/path目錄開啟自動列目錄
{
 alias /alliot/path/; #虛擬目錄/alliot/path/開啟自動列目錄
 root /path/;  #實際目錄/path/開啟自動列目錄 與alias二選一
 fancyindex on;  #開啟nginx目錄瀏覽功能 
 fancyindex_exact_size off; #文件大小從KB開始顯示 
 fancyindex_localtime on; #顯示文件修改時間為服務器本地時間 
 fancyindex_footer "footer.html"; #設置footer為當前目錄下的footer.html
 fancyindex_ignore "footer.html"; #設置不列出當前目錄下的footer.html
}

上面 alias 與 root 的區別在于, alias 指定的是當前目錄,而 root 指定的是根目錄,一般情況下,建議在 “location /” 中通過root命令來配置根目錄。

重載配置

執行

nginx -s reload

看完上述內容,你們掌握怎么在Nginx中添加ngx-fancyindex模塊的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

绩溪县| 大英县| 元氏县| 宁陵县| 牙克石市| 大田县| 丹东市| 廊坊市| 海原县| 上蔡县| 邯郸县| 广安市| 和平区| 庆元县| 彝良县| 同仁县| 右玉县| 汨罗市| 西城区| 定兴县| 南城县| 济宁市| 彭山县| 九寨沟县| 蓬安县| 三穗县| 井研县| 新田县| 美姑县| 石泉县| 郸城县| 盱眙县| 兰坪| 新邵县| 育儿| 通州市| 波密县| 孟津县| 盐源县| 嘉峪关市| 龙海市|