mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Update Apache config in advance of 22.04
This commit is contained in:
parent
4212131f01
commit
67007049a0
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ Define webroot /standardebooks.org/web
|
|||
|
||||
# Forward all PHP requests to the php-fpm pool for this domain.
|
||||
<FilesMatch "\.php$">
|
||||
SetHandler "proxy:unix:/run/php/${domain}.sock|fcgi://${domain}"
|
||||
SetHandler "proxy:unix:///run/php/${domain}.sock|fcgi://${domain}"
|
||||
Header set Cache-Control "no-store"
|
||||
</FilesMatch>
|
||||
|
||||
|
|
|
@ -127,7 +127,7 @@ Define webroot /standardebooks.org/web
|
|||
|
||||
# Forward all PHP requests to the php-fpm pool for this domain.
|
||||
<FilesMatch "\.php$">
|
||||
SetHandler "proxy:unix:/run/php/${domain}.sock|fcgi://${domain}"
|
||||
SetHandler "proxy:unix:///run/php/${domain}.sock|fcgi://${domain}"
|
||||
Header set Cache-Control "no-store"
|
||||
</FilesMatch>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue