1
jhzh
2025-07-24 93cf96d0abc35e1a0dbf333236271594c793f470
1
2
3
4
5
6
7
8
9
0.0.0.0:80 {
  gzip
  root /usr/share/nginx/html
 
  rewrite {
    r .*
    to {path} /
  }
}