Skip to content

Commit

Permalink
Merge pull request #10 from 007jasonsmith/master
Browse files Browse the repository at this point in the history
Fixed command to update permissions for all files and subdirectories.…
  • Loading branch information
GoesToEleven committed Mar 17, 2016
2 parents fea6fc5 + d15cc4f commit ede5552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 67_digital-ocean_aerospike/README.md
Expand Up @@ -164,7 +164,7 @@
* Move Go to the default install location.
* `sudo mv go /usr/local/go`
* Change owner to root and alter permissions.
* `sudo chown root:root /usr/local/go`
* `sudo chown -R root:root /usr/local/go`
* `sudo chmod 755 /usr/local/go`
* Create workspace folder.
* cd ~
Expand Down Expand Up @@ -203,7 +203,7 @@
* `option redispatch`
* Add the following block to the end of the file:
```
listen serv 0.0.0.0:80
listen app 0.0.0.0:80
mode http
option http-server-close
timeout http-keep-alive 3000
Expand Down

0 comments on commit ede5552

Please sign in to comment.