I try to deploy in a development server a copy of wso2 5.9, when i make changes in for example catalina-server.xml for allow reverse proxy in port 443. All my changes overriding.
I already try add the proxyPort in deployment.toml without success.
[server]
hostname = "mydomain.com"
node_ip = "xxx.xxx.xxx..xxx"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"
proxyPort = "443"
Can't found in documentation how i should specify this configuration in new toml file.