copr-mbs: restricting access to copr-mbs based on just location is enough right now

This commit is contained in:
clime 2017-04-20 13:43:18 +02:00
parent 3916b66586
commit cedbe1875f

View file

@ -11,8 +11,8 @@ WSGIScriptAlias /module-build-service /opt/module-build-service/mbs.wsgi
</Location>
<Directory /opt/module-build-service>
Require host localhost
WSGIApplicationGroup %{GLOBAL}
Require all granted
</Directory>
RewriteEngine On