You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
}
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?
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.
The text was updated successfully, but these errors were encountered: