Skip to content

Commit

Permalink
Fix docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Feb 10, 2025
1 parent defb528 commit 3258630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dockerize/sites-enabled/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ if [ $# -eq 1 ]; then
echo "Run in staging SSL mode"
CONF_FILE=staging-ssl.conf
ln -s /etc/nginx/sites-available/$CONF_FILE /etc/nginx/conf.d/$CONF_FILE
ln -s /etc/nginx/sites-available/redirections.conf /etc/nginx/redirections.conf
exec nginx -g "daemon off;"
;;
esac
Expand Down

0 comments on commit 3258630

Please sign in to comment.