From cfa9e912af76b6a253c8987bef808b0066a1f4ca Mon Sep 17 00:00:00 2001 From: Barnabas Sudy Date: Wed, 7 Jun 2017 20:19:40 +0200 Subject: [PATCH] Fixed typo --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ce6c015..b4a6579 100755 --- a/configure +++ b/configure @@ -80,7 +80,7 @@ else fi # configure Apache proxy and auth -cat /etc/httpd/conf.d/proxy.conf.template | envsubst '$SCHMEA,$HOST,$BACKEND,$MELLON_PATH' > /etc/httpd/conf.d/proxy.conf +cat /etc/httpd/conf.d/proxy.conf.template | envsubst '$SCHEMA,$HOST,$BACKEND,$MELLON_PATH' > /etc/httpd/conf.d/proxy.conf # Start apache