update option ProxyErrorOverride

This commit is contained in:
Simon Vieille 2021-03-04 13:21:32 +01:00
parent 8fb6f695d9
commit c2997a5d3c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<IfModule {{ MOD_FCGI }}>
<FilesMatch "\.php$">
ProxyErrorOverride on
ProxyErrorOverride off
SetHandler "proxy:fcgi://127.0.0.1:{{ PHP_FPM_PORT }}/"
</FilesMatch>
</IfModule>