feat(nginx): remove MIME types
MIME types are included in the global Nginx configuration file.
This commit is contained in:
parent
f1299e434d
commit
198ab835fb
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user