ERROR (Kamal::ConfigurationError): proxy: Specify one of 'host' or 'hosts', not both
Author: janpeterkaCreated Apr 21, 2026Updated Jun 16, 2026
I just changed my config based on this section of documentation from
proxy:
ssl: false
forward_headers: true
host: myapp.devto
proxy:
ssl: false
forward_headers: true
hosts:
- myapp.dev
- files.myapp.devAnd I'm getting ERROR (Kamal::ConfigurationError): proxy: Specify one of 'host' or 'hosts', not both.
Any idea what might be the problem?
Kamal version 2.11.0
Source: basecamp/kamal