Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from beabee-communityrm/feat/embed-script
Browse files Browse the repository at this point in the history
Add embed script to router
  • Loading branch information
wpf500 authored Sep 22, 2023
2 parents 8b09db9 + 530f996 commit 1cdc95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ server {

# Frontend

location ~ ^/(assets|profile|contacts|callouts|join|auth|admin|_theme) {
location ~ ^/(assets|profile|contacts|callouts|join|auth|admin|_theme|embed.js) {
# Proxy scrapers to legacy app for metadata
if ($http_user_agent ~* "linkedinbot|googlebot|yahoo|bingbot|baiduspider|yandex|yeti|yodaobot|gigabot|ia_archiver|facebookexternalhit|twitterbot|developers\.google\.com") {
proxy_pass $legacy_app/share?uri=$request_uri;
Expand Down

0 comments on commit 1cdc95f

Please sign in to comment.