Merge pull request #17978 from Vity01/patch-1

Update NGINX default.conf.template - adding MIME types support
This commit is contained in:
Ben Lambert
2023-05-29 12:19:24 +02:00
committed by GitHub
@@ -6,6 +6,7 @@ server {
#access_log /var/log/nginx/host.access.log main;
location / {
include /etc/nginx/mime.types;
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri /index.html;