Skip to content

Commit

Permalink
Merge pull request #225 from Automattic/fix-media-redirect
Browse files Browse the repository at this point in the history
fix(nginx): media redirect URL handling
  • Loading branch information
sjinks authored Jun 2, 2024
2 parents 22e20d9 + f3f5ee7 commit f095cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/src/nginx/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "nginx",
"name": "nginx",
"version": "1.2.0",
"version": "1.2.1",
"description": "Installs nginx into the Dev Environment",
"options": {
"mediaRedirectURL": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/nginx/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

echo '(*) Installing nginx...'

: "${MEDIAREDIRECTURL:=}"
MEDIA_REDIRECT_URL="${MEDIAREDIRECTURL:-}"

# shellcheck source=/dev/null
. /etc/os-release
Expand Down

0 comments on commit f095cee

Please sign in to comment.