initial upload
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
<Proxy "unix:/run/php/{{ apache_phpfpm_php }}-fpm.sock|fcgi://{{ apache_phpfpm_php }}-fpm">
|
||||
ProxySet max={{ apache_phpfpm_max_workers // 2 - 1 }}
|
||||
ProxySet timeout={{ apache_phpfpm_timeout }}
|
||||
ProxySet retry=0
|
||||
</Proxy>
|
||||
|
||||
<FilesMatch "\.php$">
|
||||
SetEnvIf ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
|
||||
SetHandler "proxy:fcgi://{{ apache_phpfpm_php }}-fpm"
|
||||
</FilesMatch>
|
||||
Reference in New Issue
Block a user