From 6a37e3b87e7a514d6a49ec7803d69de3911d4bae Mon Sep 17 00:00:00 2001 From: Leo Puvilland Date: Mon, 4 Mar 2024 13:39:23 -0800 Subject: [PATCH] flatpak-cache: add ProxyRemote to apache configuration Signed-off-by: Leo Puvilland --- .../reverseproxy/templates/reversepassproxy.flatpak-cache.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 roles/httpd/reverseproxy/templates/reversepassproxy.flatpak-cache.conf diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.flatpak-cache.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.flatpak-cache.conf new file mode 100644 index 0000000000..88fc910b6c --- /dev/null +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.flatpak-cache.conf @@ -0,0 +1 @@ +ProxyRemote "*" "http://worker01.ocp.stg.iad2.fedoraproject.org:31444" \ No newline at end of file