feat(deploy): add vps deployment assets
This commit is contained in:
15
deploy/vps/Caddyfile
Normal file
15
deploy/vps/Caddyfile
Normal file
@@ -0,0 +1,15 @@
|
||||
{$APP_DOMAIN} {
|
||||
encode zstd gzip
|
||||
|
||||
handle /api/* {
|
||||
reverse_proxy php:8000
|
||||
}
|
||||
|
||||
handle /uploads/* {
|
||||
reverse_proxy php:8000
|
||||
}
|
||||
|
||||
handle {
|
||||
reverse_proxy frontend:3000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user