Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/fw-daemon/commit/5a755a04e89faacc3e79a26edd4e222eaa074409?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Change path of oz socket

shw_dev
dma 8 years ago
parent 7b5a0ed980
commit 5a755a04e8

@ -9,7 +9,7 @@ import (
"net"
)
const ReceiverSocketPath = "/tmp/fwoz.sock"
const ReceiverSocketPath = "/var/run/fw-daemon/fwoz.sock"
func reader(r io.Reader) {
buf := make([]byte, 1024)

@ -12,7 +12,7 @@ import (
"github.com/subgraph/oz/ipc"
)
const ReceiverSocketPath = "/tmp/fwoz.sock"
const ReceiverSocketPath = "/var/run/fw-daemon/fwoz.sock"
type OzInitProc struct {

Loading…
Cancel
Save