diff --git a/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi b/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi index d3d94019ae..9b203e7384 100644 --- a/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi +++ b/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi @@ -9,7 +9,7 @@ import pkg_resources import os ## Set the environment variable pointing to the configuration file -os.environ['MM2_CONFIG'] = '/etc/mirrormanager/mirrormanager2cfg' +os.environ['MM2_CONFIG'] = '/etc/mirrormanager/mirrormanager2.cfg' ## The following is only needed if you did not install mirrormanager2 ## as a python module (for example if you run it from a git clone).