Skip to content

Commit

Permalink
tenstartups#1 - fix test for nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
coopernurse committed Apr 6, 2015
1 parent c24a7d2 commit dba4649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# Copy a default configuration into place if not present
if ! [ "$(ls -A .)" ]; then
if ! [ -f /etc/nginx/nginx.conf ]; then
cp -upR "/usr/local/openresty/nginx/conf/." "/etc/nginx/"
echo "daemon off;" >> "/etc/nginx/nginx.conf"
fi
Expand Down

0 comments on commit dba4649

Please sign in to comment.