Files
DinQuant/quantdinger_vue/deploy/caddy.conf
T

9 lines
92 B
Plaintext
Raw Normal View History

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