Hello,
How can I hide server hostname in Tengine config?
For example in 404 error page, I can find

Server : hostname

Thanks.

    GoPanel
    Add the following parameters in the http section of the nginx manager --> configuration file

    server_tokens off;
    server_info off;
    server_tag off;