Add Caddy simple setup

This commit is contained in:
2025-01-26 00:51:34 -03:00
parent 72e1fabd98
commit 9b88311406
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Static content server
domain.com {
root * /srv/static
file_server
}
# Reverse proxy
ssl.test.benitez.ar {
reverse_proxy * http://{CONTAINER_NAME}:{CONTAINER_PORT}
}