diff --git a/mod_auth_mellon.conf b/mod_auth_mellon.conf
index 508dc4eaa82763c2a4583cbf7df023984cfdc52b..cda256256295ff6b7c9c5d962721f41028f0e9b3 100644
--- a/mod_auth_mellon.conf
+++ b/mod_auth_mellon.conf
@@ -1,14 +1,10 @@
-<Location />
-    MellonEnable "info"
-    MellonEndpointPath /mellon
-    MellonSPPrivateKeyFile /etc/apache2/saml2/{{SP_ID}}.key
-    MellonSPCertFile       /etc/apache2/saml2/{{SP_ID}}.cert
-    MellonSPMetadataFile   /etc/apache2/saml2/{{SP_ID}}.xml
-    MellonIdPMetadataFile  /etc/apache2/saml2/idp.xml
-</Location>
-
 <Location /admin >
-   AuthType Mellon
-   MellonEnable auth
-   Require valid-user
+ AuthType Mellon
+ MellonEnable auth
+ MellonEndpointPath /mellon
+ MellonSPPrivateKeyFile /etc/apache2/saml2/{{SP_ID}}.key
+ MellonSPCertFile       /etc/apache2/saml2/{{SP_ID}}.cert
+ MellonSPMetadataFile   /etc/apache2/saml2/{{SP_ID}}.xml
+ MellonIdPMetadataFile  /etc/apache2/saml2/idp.xml
+ Require valid-user
 </Location>