Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Zwordi
funkwhale
Commits
5c605507
Verified
Commit
5c605507
authored
5 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Fix
#764
: broken sample apache configuration
parent
039885e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/changelog.d/764.bugfix
+1
-0
1 addition, 0 deletions
changes/changelog.d/764.bugfix
deploy/apache.conf
+12
-4
12 additions, 4 deletions
deploy/apache.conf
with
13 additions
and
4 deletions
changes/changelog.d/764.bugfix
0 → 100644
+
1
−
0
View file @
5c605507
Fixed broken sample apache configuration (#764)
This diff is collapsed.
Click to expand it.
deploy/apache.conf
+
12
−
4
View file @
5c605507
...
...
@@ -65,7 +65,9 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
</
Proxy
>
# Activating WebSockets
ProxyPass
"/api/v1/activity"
${
funkwhale
-
api
-
ws
}/
api
/
v1
/
activity
<
Location
"/api/v1/activity"
>
ProxyPass
${
funkwhale
-
api
-
ws
}/
api
/
v1
/
activity
</
Location
>
<
Location
"/"
>
# similar to nginx 'client_max_body_size 100M;'
...
...
@@ -90,13 +92,19 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
ProxyPassReverse
${
funkwhale
-
api
}/.
well
-
known
/
</
Location
>
ProxyPass
"/front"
"!"
<
Location
"/front"
>
ProxyPass
"!"
</
Location
>
Alias
/
front
/
srv
/
funkwhale
/
front
/
dist
ProxyPass
"/media"
"!"
<
Location
"/media"
>
ProxyPass
"!"
</
Location
>
Alias
/
media
/
srv
/
funkwhale
/
data
/
media
ProxyPass
"/staticfiles"
"!"
<
Location
"/staticfiles"
>
ProxyPass
"!"
</
Location
>
Alias
/
staticfiles
/
srv
/
funkwhale
/
data
/
static
# Setting appropriate access levels to serve frontend
...
...
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