We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting errors
opencex-caddy-1 | {"level":"info","ts":1681687764.4009528,"logger":"docker-proxy","msg":"Process Caddyfile","logs":"[ERROR] Removing invalid block: Caddyfile:2: unrecognized global option: reverse_proxy\n{\n\treverse_proxy http://172.18.0.6:15672\n}\n\n"}
The result for this error is that RMQDOMAIN is not set in the config script causing the label block for rabbitmq to read....
labels: caddy: caddy.reverse_proxy: "{{upstreams http 15672}}"
Not sure what is the right item to put here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting errors
opencex-caddy-1 | {"level":"info","ts":1681687764.4009528,"logger":"docker-proxy","msg":"Process Caddyfile","logs":"[ERROR] Removing invalid block: Caddyfile:2: unrecognized global option: reverse_proxy\n{\n\treverse_proxy http://172.18.0.6:15672\n}\n\n"}
The result for this error is that RMQDOMAIN is not set in the config script causing the label block for rabbitmq to read....
labels:
caddy:
caddy.reverse_proxy: "{{upstreams http 15672}}"
Not sure what is the right item to put here.
The text was updated successfully, but these errors were encountered: