fix: Added default_type to nginx config for embed (thx cristi!)
This commit is contained in:
@@ -9,6 +9,7 @@ server {
|
||||
}
|
||||
|
||||
location /embed {
|
||||
default_type text/html;
|
||||
alias /usr/share/nginx/html/embedApp.html;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user