11
jhzh
2025-10-30 0b0bb61067f570aa7af992418596d4fdc2cedc02
1
2
3
4
5
6
7
8
9
0.0.0.0:80 {
  gzip
  root /usr/share/nginx/html
 
  rewrite {
    r .*
    to {path} /
  }
}