We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea6fc5 commit d15cc4fCopy full SHA for d15cc4f
67_digital-ocean_aerospike/README.md
@@ -164,7 +164,7 @@
164
* Move Go to the default install location.
165
* `sudo mv go /usr/local/go`
166
* Change owner to root and alter permissions.
167
- * `sudo chown root:root /usr/local/go`
+ * `sudo chown -R root:root /usr/local/go`
168
* `sudo chmod 755 /usr/local/go`
169
* Create workspace folder.
170
* cd ~
@@ -203,7 +203,7 @@
203
* `option redispatch`
204
* Add the following block to the end of the file:
205
```
206
-listen serv 0.0.0.0:80
+listen app 0.0.0.0:80
207
mode http
208
option http-server-close
209
timeout http-keep-alive 3000
0 commit comments