Skip to content

Instantly share code, notes, and snippets.

@AdrienFromToulouse
Created January 3, 2016 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdrienFromToulouse/024a906322fdc2171b07 to your computer and use it in GitHub Desktop.
Save AdrienFromToulouse/024a906322fdc2171b07 to your computer and use it in GitHub Desktop.
#!/bin/bash -e
sed -i s/DOMAIN_NAME/$DOMAIN_NAME/g /etc/nginx/nginx.conf
cat /etc/nginx/nginx.conf
exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment