mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix ui test by creating the index.html file for app3.example.com
This commit is contained in:
parent
8502cbe037
commit
49c0ffe8a2
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ if [ "$integration" = "docker" ] ; then
|
|||
else
|
||||
sudo systemctl stop bunkerweb bunkerweb-ui
|
||||
sudo sed -i "/--bind \"127.0.0.1:7000\" &/c\ --bind \"127.0.0.1:7000\" --log-level debug &" /usr/share/bunkerweb/scripts/bunkerweb-ui.sh
|
||||
sudo mkdir /var/www/html/app1.example.com /var/www/html/app2.example.com
|
||||
sudo touch /var/www/html/app1.example.com/index.html /var/www/html/app2.example.com/index.html
|
||||
sudo mkdir /var/www/html/app1.example.com /var/www/html/app2.example.com /var/www/html/app3.example.com
|
||||
sudo touch /var/www/html/app1.example.com/index.html /var/www/html/app2.example.com/index.html /var/www/html/app3.example.com/index.html
|
||||
sudo find /etc/bunkerweb/configs/ -type f -exec rm -f {} \;
|
||||
sudo cp ready.conf /etc/bunkerweb/configs/server-http
|
||||
export TEST_TYPE="linux"
|
||||
|
|
|
|||
Loading…
Reference in a new issue