大宝管理后台代码
jhzh
2024-05-22 455b1ab17947dec33c33f8d7fa03e23a94291139
1
2
3
4
5
6
7
8
9
0.0.0.0:80 {
  gzip
  root /usr/share/nginx/html
 
  rewrite {
    r .*
    to {path} /
  }
}