Skip to content
Snippets Groups Projects
Commit f444b7bd authored by Thomas Wood's avatar Thomas Wood
Browse files

Allow project students to access CI system

parent a1afc5d7
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,10 @@ RewriteEngine On
<Else>
AuthType KerberosV5
AuthName "PSVG Group Members Only -- Imperial College Login"
Require group rr
<RequireAny>
Require group rr
Require user mz3815 im315
</RequireAny>
# Proxy through to the internal server
RewriteRule ^/vol/rr/www/(.*) https://146.169.46.217/$1 [P]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment