Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing webm and mp4 in nginx default conf #93

Open
nowheretobefound opened this issue Nov 22, 2024 · 3 comments
Open

Missing webm and mp4 in nginx default conf #93

nowheretobefound opened this issue Nov 22, 2024 · 3 comments

Comments

@nowheretobefound
Copy link

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 :

nextcloud/firstrunwizard#273

Nginx: Add mp4 and webm like below

location ~ .(?:png|html|ttf|ico|jpg|jpeg|mp4|webm)$ {
try_files $uri /index.php$request_uri;
}

@waja
Copy link
Contributor

waja commented Jan 18, 2025

https://github.com/nextcloud/documentation/pull/1833/files is the relevant change of the config

@nowheretobefound
Copy link
Author

@waja
Copy link
Contributor

waja commented Jan 21, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants