Fix port to 8080 for Caddy reverse proxy
This commit is contained in:
parent
956aa8b3b0
commit
9c8189bc33
|
|
@ -10,5 +10,5 @@
|
||||||
# Use the ACME HTTP-01 challenge to get a cert for the configured domain.
|
# Use the ACME HTTP-01 challenge to get a cert for the configured domain.
|
||||||
tls {$EMAIL}
|
tls {$EMAIL}
|
||||||
|
|
||||||
reverse_proxy geofeed:80
|
reverse_proxy geofeed:8080
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue