Merge pull request #116 from arazilsongweaver/bugfix-docker-nginx-config-add-mime-type

Docker: Add mime.types To nginx Configuration
This commit is contained in:
Matt Walsh
2025-06-20 09:20:49 -05:00
committed by GitHub

View File

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