New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Caddy Proxy help
Anyone using Caddy as a reverse proxy ?
i am basically trying to pass all request through it. the server where caddy is installed will act as a reverse proxy just like a nginx one.
In nginx i do :
server {
listen 0.0.0.0:80;
server_name _;
location / {
proxy_pass http://backendIP;
}
well how to replicate this on caddy
Comments
https://caddyserver.com/docs/proxy
already tried but thats not forwarding the queries for me.
that works for me, ie http://107.155.102.252/