Skip to content

Commit

Permalink
[minds] Embedded Boosts minds#4847
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben authored and markharding committed Jun 14, 2024
1 parent 33f8893 commit 281a4b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions containers/nginx/dev-ssr.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ server {
add_header 'Access-Control-Allow-Credentials' 'true';
}

location /plugins/embedded-boosts {
alias /var/www/Minds/embedded-boosts/build;
index index.html;
add_header 'Access-Control-Allow-Origin' "$http_origin";
}

location ^~ /api/sockets/ {
set $upstream http://sockets:3000;
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
volumes:
- ./front/:/var/www/Minds/front:cached
- ./embedded-comments/:/var/www/Minds/embedded-comments
- ./embedded-boosts/:/var/www/Minds/embedded-boosts

## APP ENGINE

Expand Down

0 comments on commit 281a4b5

Please sign in to comment.