mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
GHA workflow - Stage 2 Test 1 [skip travis]
This commit is contained in:
parent
14923be847
commit
d8b6fb4733
1 changed files with 4 additions and 4 deletions
|
@ -201,10 +201,10 @@ echo "${bold}${green}-------------------------------------------------------"
|
|||
echo "${bold}${green}Backup all conf files and folders used during this test"
|
||||
echo "${bold}${green}-------------------------------------------------------"
|
||||
printf "\n"
|
||||
sudo cp /usr/local/nginx/bots.d/* ./dev-tools/test2_conf_files/bots.d/
|
||||
sudo cp /usr/local/nginx/conf.d/* ./dev-tools/test2_conf_files/conf.d/
|
||||
sudo cp /etc/nginx/sites-available/default.vhost ./dev-tools/test2_conf_files/default.vhost
|
||||
sudo cp /etc/nginx/nginx.conf ./dev-tools/test2_conf_files/nginx.conf
|
||||
sudo cp ./usr/local/nginx/bots.d/* ./dev-tools/test2_conf_files/bots.d/
|
||||
sudo cp ./usr/local/nginx/conf.d/* ./dev-tools/test2_conf_files/conf.d/
|
||||
sudo cp ./etc/nginx/sites-available/default.vhost ./dev-tools/test2_conf_files/default.vhost
|
||||
sudo cp ./etc/nginx/nginx.conf ./dev-tools/test2_conf_files/nginx.conf
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue