Skip to content

Instantly share code, notes, and snippets.

@3cL1p5e7
Created March 5, 2019 15:20
Show Gist options
  • Save 3cL1p5e7/5239304ea4b1b8c1ccc23c306c5a4a60 to your computer and use it in GitHub Desktop.
Save 3cL1p5e7/5239304ea4b1b8c1ccc23c306c5a4a60 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
set -e
sed -i 's=\$HOSTNAME=https://'${HOSTNAME:-localhost}'=g' /usr/share/nginx/html/index.html /usr/share/nginx/html/*.js
exec nginx -g "daemon off;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment