Missing webm and mp4 in nginx default conf
FirstRunWizard videos doesnt work. After the first login to a new user account I see a blue page but no video.
I think Im running into this issue :
https://github.com/nextcloud/firstrunwizard/issues/273
Nginx: Add mp4 and webm like below
location ~ .(?:png|html|ttf|ico|jpg|jpeg|mp4|webm)$ { try_files $uri /index.php$request_uri; }
https://github.com/nextcloud/documentation/pull/1833/files is the relevant change of the config
these config changes goes into https://github.com/hoellen/docker-nextcloud/blob/master/rootfs/etc/nginx/conf.d/default.conf
or ?
Yes. You can try to create your own config and bind mount it into the container by overriding the shipped one.
I've looked into the actual config documentation. Lookes like the recommended config was a bit restructured since the default.conf was created.
thank you, I guess this issue can be closed then :)
thank you, I guess this issue can be closed then :)
I think you has the permission to close the issue as author.