properly support staticfiles in docker
This commit is contained in:
parent
e56447ece6
commit
fb66d5666c
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
# Handle static files
|
||||
handle /static/* {
|
||||
uri strip_prefix /static
|
||||
root * /app/staticfiles
|
||||
root * /app/src/static.dist
|
||||
file_server
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue