From: Johan Van de Wauw <johan.vandewauw@gmail.com>
Date: Sat, 11 Oct 2014 14:32:03 +0200
Subject: Set default configuration path for wsgi

--- a/pycsw/wsgi.py
+++ b/pycsw/wsgi.py
@@ -65,7 +65,7 @@ PYCSW_ROOT = os.path.dirname(os.path.dir
 
 def application(env, start_response):
     """WSGI wrapper"""
-    config = 'default.cfg'
+    config = '/etc/pycsw/default.cfg'
 
     if 'PYCSW_CONFIG' in env:
         config = env['PYCSW_CONFIG']
