diff --git a/roles/abrt/faf-pre/templates/httpd/retrace_ssl.conf.j2 b/roles/abrt/faf-pre/templates/httpd/retrace_ssl.conf.j2 index 502db4f505..f8812cc038 100644 --- a/roles/abrt/faf-pre/templates/httpd/retrace_ssl.conf.j2 +++ b/roles/abrt/faf-pre/templates/httpd/retrace_ssl.conf.j2 @@ -16,12 +16,4 @@ ServerName {{ public_hostname }} - WSGIPassAuthorization On - WSGIPythonOptimize 1 - WSGISocketPrefix /srv/faf/wsgi - WSGIDaemonProcess faf user=faf group=faf processes=3 threads=5 - WSGIScriptAlias /faf /usr/lib/python3.6/site-packages/webfaf/hub.wsgi process-group=faf application-group=%{GLOBAL} - - WSGIProcessGroup 127.0.0.1 -