DocumentCheck_vue/deploy/caddy.conf
2024-10-25 10:02:24 +08:00

9 lines
92 B
Plaintext

0.0.0.0:80 {
gzip
root /usr/share/nginx/html
rewrite {
r .*
to {path} /
}
}