Fix port to 8080 for Caddy reverse proxy

This commit is contained in:
Jeff Leung 2024-02-27 16:51:15 -08:00
parent 956aa8b3b0
commit 9c8189bc33
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }