mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add directory and index.html file for app2.example.com as well in web UI tests
This commit is contained in:
parent
14769ad55c
commit
78af21a36a
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,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
|
||||
sudo touch /var/www/html/app1.example.com/index.html
|
||||
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 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