Nginx如何配置禁止訪問某個目錄

location ~* \.(txt|doc)${
    root /data/www/wwwroot/test;
    deny all;
}
相關文章
相關標籤/搜索