Update caddy files
This commit is contained in:
11
Caddyfile.staging
Normal file
11
Caddyfile.staging
Normal 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
|
Reference in New Issue
Block a user