Skip to content

Webserver configuration update required to serve introduction video  #273

Description

@kesselb

That's a regression from #227

I'm using nginx for my development instance. After the first login to a new user account I see a blue page but no video. The request is redirected to /login and /files afterwards.

curl -I https://cloud.nextcloud.com/apps/firstrunwizard/img/Nextcloud.webm
HTTP/1.1 302 Found
Date: Sat, 18 Jan 2020 21:47:11 GMT
Server: Apache/2.4.29 (Ubuntu)
Location: https://cloud.nextcloud.com/login
curl -I https://cloud.nextcloud.com/apps/firstrunwizard/img/intro.png
HTTP/1.1 200 OK
Date: Sat, 18 Jan 2020 21:47:53 GMT
Server: Apache/2.4.29 (Ubuntu)

Nginx: Add mp4 and webm like below

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

Apache2 with pretty urls: Add mp4 and webm below

https://github.com/nextcloud/server/blob/1b46621cd31dabb48084c8e23f741de77e7007b4/lib/private/Setup.php#L523

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions