Skip to content

Update grouper-www.conf #51

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -53,7 +53,7 @@ pipeline {
// test the environment
sh 'cd test-compose && ./compose.sh'
// bring down after testing
sh 'cd test-compose && docker-compose down'
sh 'cd test-compose && docker-compose down --volumes --remove-orphans --rmi local'
baseImg.push("$tag")
}
}
Expand Down
1 change: 0 additions & 1 deletion container_files/httpd/grouper-www.conf
Expand Up @@ -11,6 +11,5 @@ ProxyPass /grouper-ws-scim ajp://localhost:8009/grouper-ws-scim timeout=2400
AuthType shibboleth
ShibRequestSetting requireSession 1
ShibRequireSession on
ShibUseHeaders On
require shibboleth
</Location>