Skip to content

Commit

Permalink
Remove default_type directive and optimize gzip settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mooxl committed Oct 25, 2023
1 parent 2e6cfc7 commit 2234ce1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions astro/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ events {
}

http {

default_type application/octet-stream;
gzip on;
gzip_vary on;
gzip_proxied any;
Expand Down

0 comments on commit 2234ce1

Please sign in to comment.