We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b46d7 commit 3b68e0aCopy full SHA for 3b68e0a
nginx-cuda.conf
@@ -35,6 +35,7 @@ http {
35
root /www/static;
36
sendfile off;
37
tcp_nopush on;
38
+ server_tokens off;
39
access_log /dev/stdout combined;
40
41
# Uncomment these lines to enable SSL.
nginx.conf
@@ -44,6 +44,7 @@ http {
44
45
46
47
48
49
50
0 commit comments