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

@ -16,7 +16,7 @@ var basicEmptyDirs = []string{
"/boot", "/dev", "/home", "/media", "/mnt",
"/opt", "/proc", "/root", "/run", "/run/lock", "/run/user",
"/sbin", "/srv", "/sys", "/tmp", "/var", "/var/lib",
"/var/cache", "/var/crashes",
"/var/cache", "/var/crash",
}
var basicSymlinks = [][2]string{

Loading…
Cancel
Save