diff options
-rwxr-xr-x | run-gomf.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-gomf.bash b/run-gomf.bash index d161016..494e259 100755 --- a/run-gomf.bash +++ b/run-gomf.bash @@ -36,7 +36,7 @@ set -e # Generated URLs will be $UPLOAD_URL/$file.$ext. # If not specified, it is generated depending on which variables are set: # - $UPLOAD_HOST and $LISTEN_HTTPS: https://$UPLOAD_HOST/ -# - $UPLOAD_HOST and $LISTEN_HTTP: https://$UPLOAD_HOST/ +# - $UPLOAD_HOST and $LISTEN_HTTP: http://$UPLOAD_HOST/ # - $LISTEN_HTTPS: https://$LISTEN_HTTPS/u/ # - $LISTEN_HTTP: http://$LISTEN_HTTP/u/ #UPLOAD_URL=https://u.example.com/ |