gtsoft-snail-job-server/frontend/deploy/caddy.conf
2023-01-14 21:02:18 +08:00

9 lines
92 B
Plaintext

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