diff --git a/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth.php b/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth.php
index 82f5b8c2ec32377da4627fa12a1dcdb6f3de340d..3cff6cef04c6f6e122fadc53fe791c4ff71fdf6b 100644
--- a/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth.php
+++ b/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth.php
@@ -10,7 +10,7 @@ include("../tglib/LDAP.class.php");
 include("../tglib/RBAC.class.php");
 include("../tglib/WebUtils.class.php");
 
-$configfile = "../../../config_tgwebauth.xml";
+$configfile = "/etc/textgrid/tgauth/conf/config_tgwebauth.xml";
 
 $util = new WebUtils;