nginx圖片服務器,因為圖片的敏感度,不允許直接訪問圖片的目錄:
需要修改配置文件,去掉 autoindex on; 重啟nginx即可
location /soft { #autoindex on;#去掉這一行內容 autoindex_exact_size off; autoindex_localtime on; }
nginx圖片服務器,因為圖片的敏感度,不允許直接訪問圖片的目錄:
需要修改配置文件,去掉 autoindex on; 重啟nginx即可
location /soft { #autoindex on;#去掉這一行內容 autoindex_exact_size off; autoindex_localtime on; }
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。