From a0a484245d0c59957730c10ea54134c6029ea4a8 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 11 May 2021 09:15:22 -0400 Subject: [PATCH] debuginfod template: add quick testing remarks --- .../templates/reversepassproxy.debuginfod.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf index 7a645996fe..a672d962e3 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf @@ -8,3 +8,11 @@ ProxyPass / ! # ... configure this redirect in playbooks/include/proxies-redirects.yml # Redirect permanent / https://sourceware.org/elfutils/Debuginfod.html + +# test it with: +# +# curl -i https://debuginfod.fedoraproject.org/ +# curl -i https://debuginfod.fedoraproject.org/metrics +# curl -i https://debuginfod.fedoraproject.org/buildid/998feb12788309aa27465206ce4209be13ef5d9a/debuginfo +# +# (and ditto for .stg.)