diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 5c88ec86d..6fff7d030 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -384,8 +384,8 @@ jobs: # run: ./tests/main.py "kubernetes" - name: Generate Linux packages and build test images run: ./tests/linux.sh ${{ env.BUILD_MODE }} - - name: Run Linux Ubuntu tests - run: ./tests/main.py "linux" "ubuntu" + # - name: Run Linux Ubuntu tests + # run: ./tests/main.py "linux" "ubuntu" - name: Run Linux Debian tests run: ./tests/main.py "linux" "debian" - name: Run Linux CentOS tests diff --git a/examples/reverse-proxy-singlesite/setup-linux.sh b/examples/reverse-proxy-singlesite/setup-linux.sh index ad740857e..8534e2157 100755 --- a/examples/reverse-proxy-singlesite/setup-linux.sh +++ b/examples/reverse-proxy-singlesite/setup-linux.sh @@ -9,3 +9,4 @@ mkdir /opt/bunkerweb/www/{app1,app2} echo "hello" > /opt/bunkerweb/www/app1/index.html echo "hello" > /opt/bunkerweb/www/app2/index.html cp -r bw-data/configs/* /opt/bunkerweb/configs +chown -R nginx:nginx /opt/bunkerweb/configs \ No newline at end of file