From 095e467a8c7de9a74bf2c871c56c7cb32d4be401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 25 Mar 2020 15:39:16 +0100 Subject: [PATCH] retrace: this is already defined in faf-web.conf --- roles/abrt/faf-pre/templates/httpd/retrace_ssl.conf.j2 | 8 -------- 1 file changed, 8 deletions(-) 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 -