Allow php execute in mailstats html dir

This commit is contained in:
Brian Read 2024-06-28 05:56:48 +01:00
parent 55575811e7
commit 6cb877d358

View File

@ -6,6 +6,9 @@
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
<FilesMatch .php$>
SetHandler "proxy:unix:/var/run/php-fpm/php74.sock|fcgi://localhost"
</FilesMatch>
</Directory>
<Directory "/opt/mailstats/css">