Skip to content

Commit

Permalink
nginx: disable creation index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
marat2509 authored Mar 4, 2024
1 parent f55ab34 commit dca8245
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nginx/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/bin/sh

if [ ! -e "/app/www/index.html" ]; then
echo "NOD32 mirror" > /app/www/index.html
fi

nginx -g "daemon off;"
nginx -g "daemon off;"

0 comments on commit dca8245

Please sign in to comment.