Skip to content

Commit

Permalink
Remove ProxyPassMatch from apache site
Browse files Browse the repository at this point in the history
Should fallback to php7.3-fpm.conf since it's enabled AFAIK
  • Loading branch information
elidrissidev authored Jan 11, 2023
1 parent d633e04 commit f77300c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/mtf/apache_virtual_host
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
DocumentRoot $GITHUB_WORKSPACE
ServerName $MAGENTO_HOST_NAME
DirectoryIndex /index.php index.php
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/$1

<Directory "$GITHUB_WORKSPACE">
Options FollowSymLinks MultiViews ExecCGI
AllowOverride All
Require all granted
</Directory>

</VirtualHost>
</VirtualHost>

0 comments on commit f77300c

Please sign in to comment.