mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-05-20 13:32:48 +00:00
* [#53464] replaced containered proxy with caddy - running compose stack work with slim container now - using caddy as a light weight proxy - tested with and without OPENPROJECT_RAILS__RELATIVE__URL__ROOT * rename doc root to avoid confusion, use slim as default container --------- Co-authored-by: Markus Kahl <machisuji@gmail.com>
10 lines
98 B
Caddyfile
10 lines
98 B
Caddyfile
:80 {
|
|
root * /public
|
|
|
|
reverse_proxy * http://${APP_HOST}:8080
|
|
|
|
file_server
|
|
|
|
log
|
|
}
|