update
This commit is contained in:
@@ -31,6 +31,12 @@
|
||||
}
|
||||
|
||||
handle /downloads/* {
|
||||
root * /app/release
|
||||
uri strip_prefix /downloads
|
||||
file_server
|
||||
}
|
||||
|
||||
# All other requests -> backend API
|
||||
handle {
|
||||
reverse_proxy {$BACKEND_UPSTREAM:backend:8000}
|
||||
}
|
||||
@@ -71,6 +77,12 @@
|
||||
}
|
||||
|
||||
handle /downloads/* {
|
||||
root * /app/release
|
||||
uri strip_prefix /downloads
|
||||
file_server
|
||||
}
|
||||
|
||||
handle {
|
||||
reverse_proxy {$BACKEND_UPSTREAM_LOCAL:localhost:8000}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user