The example shipped with pagure-3.5-1.fc27.noarch has WSGIScriptAlias / /usr/share/pagure/docs_pagure.wsgi yet the file is actually named /usr/share/pagure/doc_pagure.wsgi (docs ==> doc).
WSGIScriptAlias / /usr/share/pagure/docs_pagure.wsgi
/usr/share/pagure/doc_pagure.wsgi
Good catch, would you like to send a pull-request to fix this?
Appears to be already resolved in master branch, though I found a related error in doc/install.rst. I'll send a PR later today.
I believe https://pagure.io/pagure/pull-request/3169 fixed this :)
Metadata Update from @pingou: - Issue close_status updated to: Fixed