Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/subgraph-oz/commit/21913e96113f573f82cddafe7b520f88da4e02d8?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
master
xSmurf 10 years ago
parent c3b5b2f302
commit 21913e9611

@ -63,6 +63,7 @@ func getDefaultArgs(config *oz.XServerConf) []string {
args = append(args, "--notifications")
} else {
args = append(args, "--no-notifications")
}
return args
}

Loading…
Cancel
Save