caddy.conf 92 B

123456789
  1. 0.0.0.0:80 {
  2. gzip
  3. root /usr/share/nginx/html
  4. rewrite {
  5. r .*
  6. to {path} /
  7. }
  8. }