Skip to content
This repository was archived by the owner on Feb 29, 2020. It is now read-only.

Commit c0309d3

Browse files
committed
add server_tokens off; to nginx conf
1 parent f5e8e07 commit c0309d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
server {
22
listen 80;
33
server_name localhost;
4+
server_tokens off;
45

56
location / {
67
root /usr/share/nginx/html;

0 commit comments

Comments
 (0)