We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79b3a9 commit d030fccCopy full SHA for d030fcc
.github/docker/entrypoint.sh
@@ -42,10 +42,10 @@ else
42
echo "Checking if letsencrypt email is set."
43
if [ -z $LE_EMAIL ]; then
44
echo "No letsencrypt email is set using http config."
45
- cp docker/default.conf /etc/nginx/conf.d/default.conf
+ cp .github/docker/default.conf /etc/nginx/conf.d/default.conf
46
else
47
echo "writing ssl config"
48
- cp docker/default_ssl.conf /etc/nginx/conf.d/default.conf
+ cp .github/docker/default_ssl.conf /etc/nginx/conf.d/default.conf
49
echo "updating ssl config for domain"
50
sed -i "s|<domain>|$(echo $APP_URL | sed 's~http[s]*://~~g')|g" /etc/nginx/conf.d/default.conf
51
echo "generating certs"
0 commit comments