1
admin
2026-01-17 9828676428e3c4b61f644c4d0bc3eb4df810fc3d
1
2
3
4
5
6
7
8
9
0.0.0.0:80 {
  gzip
  root /usr/share/nginx/html
 
  rewrite {
    r .*
    to {path} /
  }
}