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