Skip to content

Commit

Permalink
Update run_twistd.sh
Browse files Browse the repository at this point in the history
_twistd_ changed the way `--port` works in versions > 16.6.0

see robgjansen/onionperf#26 (comment) for details
  • Loading branch information
lebolo authored Jul 12, 2017
1 parent 1aae942 commit d3a1118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_twistd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export AWS_PROFILE=h3pipelines
export AWS_DEFAULT_PROFILE=h3pipelines
unset AWS_ACCESS_KEY_ID
unset AWS_SECRET_ACCESS_KEY
twistd web --port 8080 --wsgi s3proxy.app.app
twistd -n web --port tcp:port=8080 --wsgi s3proxy.app.app

0 comments on commit d3a1118

Please # to comment.