forked from MapComplete/MapComplete
Cleanup of caddy file
This commit is contained in:
parent
26adc1d06b
commit
bdea29eea1
1 changed files with 4 additions and 24 deletions
|
@ -16,37 +16,17 @@ countrycoder.mapcomplete.org {
|
||||||
}
|
}
|
||||||
|
|
||||||
report.mapcomplete.org {
|
report.mapcomplete.org {
|
||||||
reverse_proxy {
|
reverse_proxy http://127.0.0.1:2348
|
||||||
to http://127.0.0.1:2348
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
studio.mapcomplete.org {
|
studio.mapcomplete.org {
|
||||||
reverse_proxy {
|
reverse_proxy http://127.0.0.1:1235
|
||||||
to http://127.0.0.1:1235
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lod.mapcomplete.org {
|
lod.mapcomplete.org {
|
||||||
reverse_proxy /extractgraph {
|
reverse_proxy http://127.0.0.1:2346
|
||||||
to http://127.0.0.1:2346
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ipinfo.mapcomplete.org {
|
ipinfo.mapcomplete.org {
|
||||||
reverse_proxy {
|
reverse_proxy 127.0.0.1:2347
|
||||||
to 127.0.0.1:2347
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
proxy0.mapcomplete.org {
|
|
||||||
reverse_proxy {
|
|
||||||
to 109.128.57.178:2345
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
proxy.mapcomplete.org {
|
|
||||||
reverse_proxy {
|
|
||||||
to 109.128.57.178:7800
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue