Add 'CMS/Backend/apache-siteBackend-unconfigured '

This commit is contained in:
2020-09-02 10:05:50 +00:00
parent 57c8345be2
commit a4d2b61342

View File

@@ -0,0 +1,23 @@
#beginConf
ErrorLog ${APACHE_LOG_DIR}/Backend_error.log
#CustomLog ${APACHE_LOG_DIR}/Backend_custom.log combined
DirectoryIndex index.php index.html index.htm
DocumentRoot /var/www/html
Alias /backend/database /usr/share/phpmyadmin
<Directory /usr/share/phpmyadmin>
#enables/disables PHPMyadmin
deny from all
Require all granted
Options FollowSymLinks
DirectoryIndex index.php
<FilesMatch \.php$>
SetHandler "proxy:unix:/var/run/php/phpPHPver-fpm-Backend.sock|fcgi://localhost"
</FilesMatch>
</Directory>
#endConf