You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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;
}
The text was updated successfully, but these errors were encountered: