Commit b129441428688d6b9fa1484f774616eb8f56a698
1 parent
ba14725aab
Exists in
master
Switched everything back to TCP.
Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff
flashy.ini
View file @
b129441
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | # maximum number of worker processes |
16 | 16 | # processes = 1 |
17 | 17 | # the socket (use the full path to be safe |
18 | -socket = /tmp/flashy.sock | |
18 | +http = :7001 | |
19 | 19 | # ... with appropriate permissions - may be needed |
20 | 20 | # chmod-socket = 664 |
21 | 21 | # clear environment on exit |