LSSE-front/deploy/caddy.conf

9 lines
92 B
Plaintext
Raw Normal View History

2025-08-06 19:10:12 +08:00
0.0.0.0:80 {
gzip
root /usr/share/nginx/html
rewrite {
r .*
to {path} /
}
}