소스 검색

Set ServerTokens=Prod in apache2 config

Emmanuel Bouthenot 11 년 전
부모
커밋
c5f878c933
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/webserver/templates/apache2/conf.d/security.j2

+ 1 - 1
roles/webserver/templates/apache2/conf.d/security.j2

@@ -28,7 +28,7 @@
 # where Full conveys the most information, and Prod the least.
 #
 #ServerTokens Minimal
-ServerTokens OS
+ServerTokens Prod
 #ServerTokens Full
 
 #