Skip to content

Commit 8094d64

Browse files
author
georgemillard
authored
Update linode-hosting-notes.md
1 parent 042dcb8 commit 8094d64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

linode-hosting-notes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,7 @@ server unix:///path/to/your/mysite/mysite.sock; # for a file socket
290290
# server 127.0.0.1:8001; # for a web port socket (we'll use this first)
291291
```
292292

293-
`uwsgi --ini mysite_uwsgi.ini`
294-
293+
Create `mysite_uwsgi.ini` in django project folder:
295294

296295
```
297296
# mysite_uwsgi.ini file
@@ -338,6 +337,8 @@ To get the flags to apply, uwsgi must be run with SUDO!
338337

339338
`sudo uwsgi --ini mysite_uwsgi.ini`
340339

340+
Reset the .ini `chmod-socket = 664` then all should be well :-)
341+
341342

342343
#### Emperor Mode
343344

0 commit comments

Comments
 (0)