webmanadmin
webman+thinkorm+layui+funadmin 開發(fā)的后臺管理系統(tǒng)
https://gitee.com/funadmin/webmanadmin 推薦使用此鏈接最新版本
演示地址 http://webman.funadmin.com/backend 賬號密碼 admin 123456
php: 7.2+ ,推薦7.4
mysql: 5.7+
windows開發(fā)環(huán)境
upstream webman {
server 127.0.0.1:8787;
}
server {
server_name 站點域名;
listen 80;
root /yoursite/public;
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
if (!-f $request_filename){
proxy_pass http://webman;
}
}
歡迎使用