Docker: Add mime.types To nginx Configuration

Explicit configuration of nginx MIME types is required for the proper operation the radar viewer.
This commit is contained in:
Arazil 2025-06-20 08:06:32 -05:00 committed by GitHub
commit 1fdc3635e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
server {
listen 8080;
server_name localhost;
include mime.types;
root /usr/share/nginx/html;