千里
  • 🔎 搜索
  • 📝 文章
  • 📅 归档
  • 🎯 关于
主页 » 标签

Deny

Bludit的nginx配置

伪静态,nginx里添加如下配置即可,可避免安装后/admin 出现404的状况 location / { try_files $uri $uri/ /index.php?$args; } location ^~ /bl-content/tmp/ { deny all; } location ^~ /bl-content/pages/ { deny all; } location ^~ /bl-content/databases/ { deny all; }

January 3, 2022 · Leon
© 2025 千里 · 蜀ICP备15020595号 & 川公网安备51010502011274号