Opened 7 years ago
Closed 5 years ago
#5519 closed defect (no-action)
Wrong directory served when requesting videos
Reported by: | Bruno Santos | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.10.0 |
Component: | programming | Keywords: | 404 not found, user_dev, media requesting |
Cc: | Parent Tickets: |
Description
This is a bug or someone missing something in documentation:
Documentation asks to create a user_dev saying that were's the media gets uploaded and nginx configuration gmedia_static points to this user_dev, but when requesting the media in mediagoblin,nginx goes to /srv/mediagoblin.domain/mediagoblin/media/public/media_entries
instead of
/srv/mediagoblin.domain/mediagoblin/user_dev/media/public/
someone should update the documentation of change the nginx configuration...
I'm using CentOS 7.0 x86_64
Change History (3)
comment:1 by , 7 years ago
comment:3 by , 5 years ago
Resolution: | → noaction |
---|---|
Status: | new → closed |
I've just tested the install docs thoroughly in Debian 10 and CentOS 8. They may not have been correct at the time the issue was raised, but they definitely are now and media is uploaded into the expected location.
Closing this issue as no action required.
One workaround is to delete the public directory in user_dev/media and create a symlink pointing to media/public
This way, keep the nginx configuration (probably need for themes and plugins) and solve the problem