diff --git a/reverse/rootfs/nginx/conf/nginx.conf b/reverse/rootfs/nginx/conf/nginx.conf index adb4425..2a758a2 100644 --- a/reverse/rootfs/nginx/conf/nginx.conf +++ b/reverse/rootfs/nginx/conf/nginx.conf @@ -18,7 +18,7 @@ http { aio threads; aio_write on; - more_set_headers 'secret'; + more_set_headers 'Server: secret'; sendfile on; keepalive_timeout 15;