Update first commit

This commit is contained in:
Andros Fenollosa
2021-03-07 18:15:29 +01:00
parent 314da79cb1
commit 39ee119a22
25 changed files with 616 additions and 0 deletions

11
Caddyfile Normal file
View File

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