14 строки
179 B
Plaintext
14 строки
179 B
Plaintext
mattermost.example.com {
|
|
import gateway_error
|
|
|
|
request_body {
|
|
max_size 50MB
|
|
}
|
|
|
|
reverse_proxy mattermost:8065
|
|
|
|
log {
|
|
output file /var/log/caddy/mattermost_access.log
|
|
}
|
|
}
|