Jelajahi Sumber

update 隐藏 nginx 版本号以增强安全性

AprilWind 9 bulan lalu
induk
melakukan
483c4e6d0a
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      script/docker/nginx/conf/nginx.conf

+ 2 - 0
script/docker/nginx/conf/nginx.conf

@@ -16,6 +16,8 @@ http {
     client_max_body_size 100m;
     client_max_body_size 100m;
     # 开启静态资源压缩
     # 开启静态资源压缩
     gzip_static on;
     gzip_static on;
+    # 隐藏 nginx 版本号,防止暴露版本信息
+    server_tokens off;
 
 
     log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
     log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
                           '$status $body_bytes_sent "$http_referer" '
                           '$status $body_bytes_sent "$http_referer" '