Skip to content
Snippets Groups Projects
Commit b81521ca authored by Georg Krause's avatar Georg Krause
Browse files

fix: Readd serving of static files

parent 06d94dc1
No related branches found
No related tags found
1 merge request!38Rebase nginx configs for Funkwhale v1.3.0
Pipeline #32066 passed with stages
in 7 minutes and 43 seconds
......@@ -193,6 +193,11 @@ server {
add_header Access-Control-Allow-Origin '*';
}
location /staticfiles/ {
# django static files
alias {{ funkwhale_static_path }}/;
}
location /manifest.json {
return 302 /api/v1/instance/spa-manifest.json;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment