mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Fix File Permissions Issues (3)
This commit is contained in:
parent
5076facb96
commit
2e76e8aec1
2 changed files with 4 additions and 4 deletions
|
@ -226,8 +226,8 @@ ls -la /etc/nginx/bots.d/
|
|||
ls -la /etc/nginx/bots.d/
|
||||
ls -la /etx/nginx/
|
||||
|
||||
sudo chown -r www-data:www-data /etc/nginx/bots.d/
|
||||
sudo chown -r www-data:www-data /etc/nginx/conf.d/
|
||||
sudo chown -R www-data:www-data /etc/nginx/bots.d/
|
||||
sudo chown -R www-data:www-data /etc/nginx/conf.d/
|
||||
|
||||
cp /etc/nginx/bots.d/* $TRAVIS_BUILD_DIR/.dev-tools/_conf_files_test1/bots.d/
|
||||
cp /etc/nginx/conf.d/* $TRAVIS_BUILD_DIR/.dev-tools/_conf_files_test1/conf.d/
|
||||
|
|
|
@ -258,8 +258,8 @@ printf '\n%s\n%s\n%s\n\n' "######################" "Now Run our Curl Tests" "###
|
|||
ls -la /usr/local/nginx/bots.d/
|
||||
ls -la /usr/local/nginx/conf.d/
|
||||
|
||||
sudo chown -r www-data:www-data /usr/local/nginx/bots.d/
|
||||
sudo chown -r www-data:www-data /usr/local/nginx/conf.d/
|
||||
sudo chown -R www-data:www-data /usr/local/nginx/bots.d/
|
||||
sudo chown -R www-data:www-data /usr/local/nginx/conf.d/
|
||||
|
||||
|
||||
cp /usr/local/nginx/bots.d/* $TRAVIS_BUILD_DIR/.dev-tools/_conf_files_test2/bots.d/
|
||||
|
|
Loading…
Add table
Reference in a new issue