Skip to content

Commit 18ef8bc

Browse files
committed
Hide X-Powered-By header
1 parent 0003b07 commit 18ef8bc

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
@@ -22,6 +22,7 @@ server {
2222
}
2323

2424
location ~ ^/index\.php(/|$) {
25+
fastcgi_hide_header X-Powered-By;
2526
fastcgi_pass kimai:9000;
2627
fastcgi_split_path_info ^(.+\.php)(/.*)$;
2728
include fastcgi_params;

0 commit comments

Comments
 (0)