CleverCloud / documentation

Clever Cloud documentation V.2
https://developers.clever-cloud.com
19 stars 32 forks source link

[PHP] Header injection : using .htaccess works #7

Open sebartyr opened 1 year ago

sebartyr commented 1 year ago

php-fpm now considers mod_headers and headers can be set in .htaccess

Example :

<IfModule mod_headers.c>
  Header set Cache-Control max-age=604800
</IfModule>

Modify "deploy PHP applications"

juliamrch commented 8 months ago

wassup @sebartyr do you have time to take this or do we assign it to someone else?