lxf
2025-04-19 34acf42e40358d28a2232774feec06f8f65fa223
1
2
3
4
5
6
7
8
9
0.0.0.0:80 {
  gzip
  root /usr/share/nginx/html
 
  rewrite {
    r .*
    to {path} /
  }
}