基础图床程序
![图片[1]-ImgURL开源图床系统-壹念弎仟网络论坛](https://bbs.ctosv.com/wp-content/uploads/2022/06/63c6aa34f566-1024x579.jpg)
设置php版本未5.6
设置伪静态为
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location ~* \.(db3|json)$ {
deny all;
}
location ~* ^/(temp|upload|imgs|data|application|static|system)/.*.(php|php5)$ {
return 403;
}
该系统无需数据库
© 版权声明