add ProxyErrorOverride

This commit is contained in:
Simon Vieille 2019-12-05 14:45:42 +01:00
parent 05e3fc768f
commit 881ffc5c70
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 1 additions and 0 deletions

View File

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