J'utilise le proxy_hide_header X-Powered-By
mais cela ne fonctionne pas. J'ai dû utiliser la directive expose_php
option dans php.ini
.
Y a-t-il une différence entre les proxy_hide_header
et le expose_php
option ?
Voici la configuration
server {
listen 80;
server_name .ailms.me;
root /data/blog/ailms.me/;
index index.php index.html index.htm;
error_page 500 502 503 504 /50x.html;
proxy_hide_header X-Powered-By; # i put it here, not working
location ~ ^/.+\.php(\/.*)?$ {
proxy_hide_header X-Powered-By ; # still not working