# AuthType Basic
# AuthName phpMyAdmin
# AuthUserFile "/opt/bitnami/apache2/users"
# Require valid-user
AllowOverride None
php_value upload_max_filesize 80M
php_value post_max_size 80M
SetHandler "proxy:fcgi://phpmyadmin-fpm"
Order allow,deny
#Allow from 127.0.0.1
Allow from all
Satisfy all
= 2.3>
#Require local
Require all granted
ErrorDocument 403 "For security reasons, this URL is only accessible using localhost (127.0.0.1) as the hostname."