Working Caddyfile? #447
-
Can anyone share a working caddyfile configuration? I have Caddy set up on a separate host from Spoolman and I’m just not getting how to write the reverse proxy configuration. I’m sure it’s a me issue since everyone seems to say Caddy is super easy to use. I don’t have a domain; I’m using all internal IP addresses. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you're just using an internal IP address, I'm not sure what value the reverse proxy would bring--with or without it, you're browsing to an IP address, you aren't getting HTTPS, etc. But with that said, this should work:
That will take any traffic from port 80 on your Caddy host and proxy it to the Spoolman instance. |
Beta Was this translation helpful? Give feedback.
If you're just using an internal IP address, I'm not sure what value the reverse proxy would bring--with or without it, you're browsing to an IP address, you aren't getting HTTPS, etc. But with that said, this should work:
That will take any traffic from port 80 on your Caddy host and proxy it to the Spoolman instance.