Merge ~cjwatson/launchpad-layers:xmlrpc-private-port into launchpad-layers:main

Proposed by Colin Watson
Status: Merged
Merged at revision: 22811c726aca173d72ca94f83b35790474847106
Proposed branch: ~cjwatson/launchpad-layers:xmlrpc-private-port
Merge into: launchpad-layers:main
Diff against target: 12 lines (+1/-0)
1 file modified
launchpad-base/templates/launchpad-base-lazr.conf (+1/-0)
Reviewer Review Type Date Requested Status
Launchpad code reviewers Pending
Review via email: mp+440550@code.launchpad.net

Commit message

Set private_port for the xmlrpc_private vhost

Description of the change

Otherwise it never responds successfully.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/launchpad-base/templates/launchpad-base-lazr.conf b/launchpad-base/templates/launchpad-base-lazr.conf
2index e15c740..7f69d9b 100644
3--- a/launchpad-base/templates/launchpad-base-lazr.conf
4+++ b/launchpad-base/templates/launchpad-base-lazr.conf
5@@ -158,6 +158,7 @@ hostname: xmlrpc.{{ domain }}
6
7 [vhost.xmlrpc_private]
8 hostname: {{ domain_xmlrpc_private }}
9+private_port: {{ port_xmlrpc }}
10
11 [webhooks]
12 {{- opt("http_proxy", webhooks_proxy_url) }}

Subscribers

People subscribed via source and target branches