feat(nginx): remove MIME types

MIME types are included in the global Nginx configuration file.
This commit is contained in:
inference 2025-06-28 21:12:01 +00:00
parent f1299e434d
commit 198ab835fb
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,6 +1,6 @@
# Inferencium - xb-00-01
# Nginx - Configuration - Website
# Version: 10.0.0-alpha.8
# Version: 10.0.0-alpha.9
# Copyright 2022 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause
@ -71,13 +71,3 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
# MIME types
types {
text/html html;
text/css css;
text/xml xml;
text/plain txt;
image/png png;
image/jpeg jpg;
}