[DEPLOY] Include Caddyfile for Docker deployment

This commit is contained in:
2023-03-25 15:36:16 +00:00
parent e51c2dc76b
commit 74b6b3b27d

View File

@@ -0,0 +1,16 @@
:80 :443 {
root * /srv
file_server
@proxy_paths {
not path /static/*
not path /media/*
}
reverse_proxy @proxy_paths http://server:8000
log {
output stderr
format console
}
}