Header hidden state specified by Nginx back-end service

Hiding the status of the specified Header of the Nginx back-end service:
1. Open the conf/nginx.conf configuration file;
2. Configure the proxy_hide_header item under http; add or modify proxy_hide_header X-Powered-By; proxy_hide_header Server;

Guess you like

Origin blog.csdn.net/bjgaocp/article/details/112360792