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
commit 5414b1f5bc
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;