added logs to caddy
All checks were successful
backend-action / build-image (push) Successful in 23s

This commit is contained in:
2024-04-22 10:45:43 +07:00
parent f6e68d4117
commit 948870852e
3 changed files with 7 additions and 0 deletions

View File

@@ -7,5 +7,9 @@
handle_path /profileImages/* {
rewrite * /sorvor{path}
reverse_proxy http://minio:9000
}
log {
output file /var/log/caddy/access.log
}
}