Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker ttn dashboard v1.0 #56

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adjustments
  • Loading branch information
Murugan Chandrasekar committed Mar 30, 2020
commit 12a8ae90300769ae44ce5bb13a0d0c64e3c1bfef
2 changes: 1 addition & 1 deletion nginx/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fi

# now, add the fields to the virtual host section for https.
set -- proxy-*.conf
if [ "$1" != "prox-*.conf" ] ; then
if [ "$1" != "proxy-*.conf" ] ; then
echo "add proxy-specs to configuration from:" "$@"
sed -e "s/@{FQDN}/${NGINX_FQDN}/g" "$@" > /tmp/proxyspecs.conf || exit 5
sed -e '/listen 443 ssl;/r/tmp/proxyspecs.conf' /etc/nginx/sites-available/default > /tmp/000-default-le-ssl-local.conf || exit 6
Expand Down