Skip to content

Commit

Permalink
Use HTTPS wherever possible
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Sep 23, 2015
1 parent 7b1c142 commit afbf2d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,8 +11,8 @@ It's intent is to be compatible with classic work queue solutions (RabbitMQ, Bea
Current implementations:

- InMemory: synchronous implementation, task are executed directly (useful for tests or dev environments)
- [RabbitMQ](http://www.rabbitmq.com/)
- [Beanstalkd](http://kr.github.io/beanstalkd/)
- [RabbitMQ](https://www.rabbitmq.com/)
- [Beanstalkd](https://kr.github.io/beanstalkd/)

Feel free to contribute and submit other implementations (Gearman, …).

Expand Down
2 changes: 1 addition & 1 deletion couscous.yml
Expand Up @@ -2,7 +2,7 @@ templateUrl: https://github.com/myclabs/couscous-template

template:
# Base URL of the published website
baseUrl: http://myclabs.github.io/Work
baseUrl: https://myclabs.github.io/Work

github:
user: myclabs
Expand Down
4 changes: 2 additions & 2 deletions vagrant/bootstrap.sh
Expand Up @@ -7,8 +7,8 @@ apt-get install -y python-software-properties
add-apt-repository -y ppa:ondrej/php5

# RabbitMQ
echo "deb http://www.rabbitmq.com/debian/ testing main" > /etc/apt/sources.list.d/rabbitmq.list
wget http://www.rabbitmq.com/rabbitmq-signing-key-public.asc
echo "deb https://www.rabbitmq.com/debian/ testing main" > /etc/apt/sources.list.d/rabbitmq.list
wget https://www.rabbitmq.com/rabbitmq-signing-key-public.asc
apt-key add rabbitmq-signing-key-public.asc

apt-get update
Expand Down

0 comments on commit afbf2d3

Please sign in to comment.