10 lines
396 B
Nginx Configuration File
10 lines
396 B
Nginx Configuration File
# ----------------------------------------------------------------------
|
|
# | Server software information |
|
|
# ----------------------------------------------------------------------
|
|
|
|
# Prevent Nginx from sending its version number in the "Server" response header.
|
|
#
|
|
# https://nginx.org/en/docs/http/ngx_http_core_module.html#server_tokens
|
|
|
|
server_tokens off;
|