forked from MapComplete/MapComplete
Add service proxy
This commit is contained in:
parent
edf8553e76
commit
b9a4c72317
2 changed files with 10 additions and 1 deletions
|
@ -44,3 +44,9 @@ proxy0.mapcomplete.org {
|
||||||
to 109.128.57.178:2345
|
to 109.128.57.178:2345
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
proxy.mapcomplete.org {
|
||||||
|
reverse_proxy {
|
||||||
|
to 109.128.57.178:7800
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -14,7 +14,10 @@ To update caddy
|
||||||
|
|
||||||
Debug logs with: `journalctl -u caddy --no-pager | less +G`
|
Debug logs with: `journalctl -u caddy --no-pager | less +G`
|
||||||
|
|
||||||
Services:
|
In case of weird errors: wipe /var/lib/caddy/.local/share/caddy
|
||||||
|
|
||||||
|
|
||||||
|
## Services
|
||||||
|
|
||||||
|
|
||||||
### studio + theme sync
|
### studio + theme sync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue