update caddy file to support other extension

This commit is contained in:
Jack Goh
2018-07-26 19:29:10 +08:00
parent 6b050b4b79
commit d16a7f97d8
+3 -1
View File
@@ -9,7 +9,9 @@ https://exchange-staging.izyim.com {
# ext / .html
rewrite {
to {path} {path}/ /index.php?{query}
r .*
ext /
to /index.php?{query}
}
gzip
browse