First commit

This commit is contained in:
Andros Fenollosa
2021-11-08 23:32:13 +01:00
parent 088081247c
commit b57103eabd
19 changed files with 496 additions and 0 deletions

11
Caddyfile Normal file
View File

@ -0,0 +1,11 @@
http://event.localhost
root * /usr/src/app/
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server