add ProxyErrorOverride

This commit is contained in:
Simon Vieille 2019-12-05 14:45:42 +01:00
부모 05e3fc768f
커밋 881ffc5c70
로그인 계정: deblan
GPG 키 ID: 03383D15A1D31745
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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