copr-mbs: restricting access to copr-mbs based on just location is enough right now
This commit is contained in:
parent
3916b66586
commit
cedbe1875f
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@ WSGIScriptAlias /module-build-service /opt/module-build-service/mbs.wsgi
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
<Directory /opt/module-build-service>
|
<Directory /opt/module-build-service>
|
||||||
Require host localhost
|
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
WSGIApplicationGroup %{GLOBAL}
|
||||||
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue