Skip to content

Commit 1473bf9

Browse files
authored
Merge pull request pterodactyl#2714 from TekExplorer/patch-1
entrypoint.sh; docker/ directory change.
2 parents d79b3a9 + d030fcc commit 1473bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/docker/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ else
4242
echo "Checking if letsencrypt email is set."
4343
if [ -z $LE_EMAIL ]; then
4444
echo "No letsencrypt email is set using http config."
45-
cp docker/default.conf /etc/nginx/conf.d/default.conf
45+
cp .github/docker/default.conf /etc/nginx/conf.d/default.conf
4646
else
4747
echo "writing ssl config"
48-
cp docker/default_ssl.conf /etc/nginx/conf.d/default.conf
48+
cp .github/docker/default_ssl.conf /etc/nginx/conf.d/default.conf
4949
echo "updating ssl config for domain"
5050
sed -i "s|<domain>|$(echo $APP_URL | sed 's~http[s]*://~~g')|g" /etc/nginx/conf.d/default.conf
5151
echo "generating certs"

0 commit comments

Comments
 (0)