Skip to content

Commit 4742cbc

Browse files
committed
Commented out allow from
1 parent ce01266 commit 4742cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php/7.4/fpm-apache/etc/apache2/sites-available/000-default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<Files xmlrpc.php>
6161
Order deny,allow
6262
Deny from all
63-
allow from xxx.xxx.xxx.xxx
63+
# allow from xxx.xxx.xxx.xxx
6464
</Files>
6565

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

php/8.0/fpm-apache/etc/apache2/sites-available/000-default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<Files xmlrpc.php>
6161
Order deny,allow
6262
Deny from all
63-
allow from xxx.xxx.xxx.xxx
63+
# allow from xxx.xxx.xxx.xxx
6464
</Files>
6565

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

0 commit comments

Comments
 (0)