Skip to content

Commit

Permalink
Commented out allow from
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed May 21, 2021
1 parent ce01266 commit 4742cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<Files xmlrpc.php>
Order deny,allow
Deny from all
allow from xxx.xxx.xxx.xxx
# allow from xxx.xxx.xxx.xxx
</Files>

# For any files that match PHP, pass it to PHP-FPM for processing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<Files xmlrpc.php>
Order deny,allow
Deny from all
allow from xxx.xxx.xxx.xxx
# allow from xxx.xxx.xxx.xxx
</Files>

# For any files that match PHP, pass it to PHP-FPM for processing
Expand Down

0 comments on commit 4742cbc

Please sign in to comment.