feat:rename subtree from frontend-vue to frontend
This commit is contained in:
14
frontend/docker/Caddyfile
Normal file
14
frontend/docker/Caddyfile
Normal file
@@ -0,0 +1,14 @@
|
||||
:80
|
||||
|
||||
# Proxy `/api` to backends
|
||||
handle_path /api/* {
|
||||
reverse_proxy {$API_HOST}
|
||||
}
|
||||
|
||||
# Frontend
|
||||
handle {
|
||||
root * /frontend
|
||||
encode gzip
|
||||
try_files {path} /index.html
|
||||
file_server
|
||||
}
|
||||
Reference in New Issue
Block a user