Set nginx mime types
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2024-04-04 11:50:41 -03:00
parent 35afa4a755
commit a57206f8b2
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ events {
}
http {
include mime.types;
gzip on;
gzip_vary on;
gzip_proxied any;
@ -32,4 +33,4 @@ http {
error_page 404 /error_page.html;
}
}
}