Fix caddy config, trailing slash, and service protocol

This commit is contained in:
2026-05-12 22:00:19 +02:00
parent 1402fbb6aa
commit b0dbe84ba2
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
git.melosh.tech {
reverse_proxy https://pokerogue.net/ {
header_up Host {upstream_hostport}
:80 {
reverse_proxy https://pokerogue.net {
header_up Host pokerogue.net
header_up X-Real-IP {remote_host}
}
}