Patches related to nginx are removed and Caddy is now being used as a reverse proxy. In addition, application log storage has been moved in order to run as non-root. The local log handler was removed.
9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
# Discovery
|
|
{{ DISCOVERY_HOST }}{$default_site_port} {
|
|
request_body {
|
|
max_size 10MB
|
|
}
|
|
|
|
import proxy "discovery:8000"
|
|
}
|