12 lines
135 B
INI
12 lines
135 B
INI
https://api.com
|
|
|
|
root * /usr/src/app/
|
|
|
|
@notStatic {
|
|
not path /static/* /media/*
|
|
}
|
|
|
|
reverse_proxy @notStatic django:8000
|
|
|
|
file_server
|