Add default_type for nginx.conf

This commit is contained in:
Max Schmidt 2023-10-24 10:12:59 +02:00
parent ab1f54d573
commit 9b3f159a09

View File

@ -10,7 +10,7 @@ http {
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
default_type application/octet-stream;
server {
listen 80;