14 líneas
171 B
Plaintext
14 líneas
171 B
Plaintext
qwentts.example.com {
|
|
import gateway_error
|
|
|
|
request_body {
|
|
max_size 100MB
|
|
}
|
|
|
|
reverse_proxy qwentts:8080
|
|
|
|
log {
|
|
output file /var/log/caddy/qwentts_access.log
|
|
}
|
|
}
|