fix: Added default_type to nginx config for embed (thx cristi!)

This commit is contained in:
Alan Rynne
2021-08-20 14:49:31 +02:00
parent 7c1a3bd195
commit 911a025f57
+1
View File
@@ -9,6 +9,7 @@ server {
}
location /embed {
default_type text/html;
alias /usr/share/nginx/html/embedApp.html;
}