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:
parent
e2cc86cddd
commit
1fdc3635e6
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
server {
|
||||
listen 8080;
|
||||
server_name localhost;
|
||||
include mime.types;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue