Update caddy files

This commit is contained in:
Andros Fenollosa
2021-04-16 18:35:06 +02:00
parent b0d555b6a6
commit cc2ba9291d
6 changed files with 39 additions and 22 deletions

11
Caddyfile.staging Normal file
View File

@ -0,0 +1,11 @@
https://beta.api.com
root * /usr/src/app/
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server