Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Creak
funkwhale
Commits
21eaaf1f
Commit
21eaaf1f
authored
2 years ago
by
JuniorJPDJ
Browse files
Options
Downloads
Patches
Plain Diff
fix(front/Docker): fixup of issue introduced in
!1897
parent
6046ce36
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/changelog.d/1919.fix
+1
-0
1 addition, 0 deletions
changes/changelog.d/1919.fix
front/docker/funkwhale.conf.template
+2
-2
2 additions, 2 deletions
front/docker/funkwhale.conf.template
with
3 additions
and
2 deletions
changes/changelog.d/1919.fix
0 → 100644
+
1
−
0
View file @
21eaaf1f
Fix media directory nginx routing error in front docker container introduced in !1897
This diff is collapsed.
Click to expand it.
front/docker/funkwhale.conf.template
+
2
−
2
View file @
21eaaf1f
...
@@ -75,9 +75,9 @@ server {
...
@@ -75,9 +75,9 @@ server {
# has been checked on API side.
# has been checked on API side.
# Comment the "NON-S3" commented lines and uncomment "S3" commented lines
# Comment the "NON-S3" commented lines and uncomment "S3" commented lines
# if you're storing media files in a S3 bucket.
# if you're storing media files in a S3 bucket.
location /_protected/media/(.+) {
location
~
/_protected/media/(.+) {
internal;
internal;
alias ${MEDIA_ROOT}/
;
# NON-S3
alias ${MEDIA_ROOT}/
$1;
# NON-S3
# Needed to ensure DSub auth isn't forwarded to S3/Minio, see #932.
# Needed to ensure DSub auth isn't forwarded to S3/Minio, see #932.
# proxy_set_header Authorization ""; # S3
# proxy_set_header Authorization ""; # S3
# proxy_pass $1; # S3
# proxy_pass $1; # S3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment