Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett authored Jun 25, 2024
1 parent 849105c commit 529bfb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions download_file/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ http {
gzip_buffers 32 4k;
# 设置gzip压缩针对的HTTP协议版本,没做负载的可以不用
# gzip_http_version 1.0;
# 不显示 openrestry 版本及信息
server_tokens off;
more_clear_headers 'Server';
server {
lua_need_request_body on;
set $resp_body "";
Expand Down

0 comments on commit 529bfb6

Please sign in to comment.