早上刷服务器配置,真不是我卷,是最近发现Nginx的
autoindex on千万别开着啊……目录遍历直接裸奔,还好早上检查了一下。location / {
autoindex off;
}
登录/注册