Caddy
Opened this issue · 2 comments
Escanor-87 commented
Hi there! Thank you for your hard work!
Is it possible to make something like this but with caddy?
I have another service on the server on the 9118 port and I want it to open on sub.domain.com and it just won't
gpt tired of me) I just can't make it work.
GFW4Fun commented
Hi
Yes you can with code but need configuration and stream type
reverse proxy with caddy tcp or ws or grpc.....
Caddyfile Configuration
Create or edit your Caddyfile (usually located at /etc/caddy/Caddyfile or /usr/local/etc/caddy/Caddyfile).
Add the following configuration:
sub.domain.com {
reverse_proxy localhost:9118
}
Escanor-87 commented
Thank you for answering!
I meant the whole configuration that works with nginx now to work with caddy.
Are you saying just to install caddy and reverse proxy to 9118?
How will caddy work with working nginx?