Skip to content
Snippets Groups Projects
basic.conf 167 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
# hide nginx version
server_tokens off;

# add nosniff header (https://www.owasp.org/index.php/List_of_useful_HTTP_headers)
add_header X-Content-Type-Options nosniff;