소스 검색

Added Server Tokens off in Nginx conf

Yoginth 7 년 전
부모
커밋
3b9cbc4e67
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      script/conf/gitote

+ 2 - 1
script/conf/gitote

@@ -1,7 +1,8 @@
 server {
     listen 80;
     listen 443 ssl http2;
-
+    
+    server_tokens off;
     server_name 127.0.0.1;
 
     proxy_set_header X-Real-IP  $remote_addr; # pass on real client IP