8000 wassup · Abhicodeitout/GolangTraining@f9b877e · GitHub
[go: up one dir, main page]

Skip to content

Commit f9b877e

Browse files
committed
wassup
2 parents 2f13b92 + ede5552 commit f9b877e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

67_digital-ocean_aerospike/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
* Move Go to the default install location.
165165
* `sudo mv go /usr/local/go`
166166
* Change owner to root and alter permissions.
167-
* `sudo chown root:root /usr/local/go`
167+
* `sudo chown -R root:root /usr/local/go`
168168
* `sudo chmod 755 /usr/local/go`
169169
* Create workspace folder.
170170
* cd ~
@@ -203,7 +203,7 @@
203203
* `option redispatch`
204204
* Add the following block to the end of the file:
205205
```
206-
listen serv 0.0.0.0:80
206+
listen app 0.0.0.0:80
207207
mode http
208208
option http-server-close
209209
timeout http-keep-alive 3000

0 commit comments

Comments
 (0)
0