Skip to content

Commit 0003b07

Browse files
committed
Disable server_tokens
1 parent 13cee84 commit 0003b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx_default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ server {
22
listen 80;
33
index index.php;
44
server_name nginx;
5+
server_tokens off;
56
root /opt/kimai/public;
67

78
# cache static asset files

0 commit comments

Comments
 (0)