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