From cedbe1875f862c3ed4afd9199881583570d8a6c2 Mon Sep 17 00:00:00 2001 From: clime Date: Thu, 20 Apr 2017 13:43:18 +0200 Subject: [PATCH] copr-mbs: restricting access to copr-mbs based on just location is enough right now --- roles/copr/mbs/files/httpd/mbs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/mbs/files/httpd/mbs.conf b/roles/copr/mbs/files/httpd/mbs.conf index c6b2b3336b..c5205edded 100644 --- a/roles/copr/mbs/files/httpd/mbs.conf +++ b/roles/copr/mbs/files/httpd/mbs.conf @@ -11,8 +11,8 @@ WSGIScriptAlias /module-build-service /opt/module-build-service/mbs.wsgi - Require host localhost WSGIApplicationGroup %{GLOBAL} + Require all granted RewriteEngine On