Skip to content

Commit

Permalink
remove apache limits conf (#136)
Browse files Browse the repository at this point in the history
* Allow running in bash on mac

* Run webid-provider-tests v2.1.1 which checks for CORS headers on /.well-known/openid-configuration

* remove apache-limits.conf

* rm /etc/apache2/conf-enabled/apache-limits.conf

* Cannot run docker exec -it in GitHub Actions

* avoid rm command failing for NC 24 image

---------

Co-authored-by: Michiel de Jong <michiel@pondersource.com>
  • Loading branch information
michielbdejong and michielbdejong authored Sep 20, 2023
1 parent 6d3c6cf commit 7378bc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-solid-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function startPubSub {

function startSolidNextcloud {
docker run -d --name "$1" --network=testnet --env-file "./env-vars-$1.list" "${2:-solid-nextcloud}"
docker exec "$1" rm -f /etc/apache2/conf-enabled/apache-limits.conf
until docker run --rm --network=testnet solidtestsuite/webid-provider-tests curl -kI "https://$1" 2> /dev/null > /dev/null
do
echo Waiting for "$1" to start, this can take up to a minute ...
Expand Down

0 comments on commit 7378bc2

Please sign in to comment.