Skip to content

Commit

Permalink
remove nginx based deployment options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Oct 27, 2014
1 parent a30efde commit 2fac84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ec2/cloudbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def botoVersionMismatch():
print 'ERROR: You must set AWS_SSH_PRIVATE_KEY_FILE in the environment.'
sys.exit(1)

publicFileName = '/usr/share/nginx/html/temp/nodes-public'
privateFileName = '/usr/share/nginx/html/temp/nodes-private'
publicFileName = 'nodes-public'
privateFileName = 'nodes-private'

if not dryRun:
fpublic = open(publicFileName, 'w')
Expand Down

0 comments on commit 2fac84e

Please sign in to comment.