Skip to content

Commit

Permalink
Merge branch 'feat/embedded-boosts-m4847' into 'master'
Browse files Browse the repository at this point in the history
[minds] Embedded Boosts minds#4847

See merge request minds/minds!219
  • Loading branch information
markharding committed Jun 14, 2024
2 parents 33f8893 + 281a4b5 commit a873193
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 a873193

Please sign in to comment.