13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
<VirtualHost *:80>
|
|
ServerName neotech.neotech.fr
|
|
DocumentRoot /home/neotech/phpmyadmin
|
|
|
|
<Directory /home/neotech/phpmyadmin>
|
|
Require all granted
|
|
</Directory>
|
|
|
|
<FilesMatch \.php$>
|
|
SetHandler "proxy:unix:/run/php/php8.4-fpm-phpmyadmin_neotech.sock|fcgi://localhost/"
|
|
</FilesMatch>
|
|
</VirtualHost>
|