zzzz
2024-04-10 8a7c2f76b58eab5bc56bcd03896d8538365f2378
1
2
3
4
5
6
7
8
9
0.0.0.0:80 {
  gzip
  root /usr/share/nginx/html
 
  rewrite {
    r .*
    to {path} /
  }
}