From d4656b4bdbcae68f32a7938249e4795694a98057 Mon Sep 17 00:00:00 2001 From: Nathan Nobbe Date: Sun, 4 Feb 2018 15:39:47 -0700 Subject: [PATCH] Issue 75 fix - allow all HTTP methods to pass through registry proxy --- apache-site.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apache-site.conf b/apache-site.conf index 60e30b1..647377d 100644 --- a/apache-site.conf +++ b/apache-site.conf @@ -33,6 +33,9 @@ Deny From All + + Allow From All + # Proxy all docker REST API registry