diff --git a/xb-00-01/nginx/website.conf b/xb-00-01/nginx/website.conf index fec37be..fc070ad 100644 --- a/xb-00-01/nginx/website.conf +++ b/xb-00-01/nginx/website.conf @@ -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; -}