Difference between revisions of "Caddyfile"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
{{Draft}}
+
* https://caddyserver.com/docs/caddyfile
https://caddyserver.com/docs/caddyfile
 
  
  
Line 8: Line 7:
 
   tls self_signed
 
   tls self_signed
 
   proxy / 127.0.0.1:4000 {
 
   proxy / 127.0.0.1:4000 {
   websocket
+
   [[websocket]]
   transparent
+
   [[transparent]]
 
   }
 
   }
 
  }
 
  }

Revision as of 11:46, 24 May 2023


/var/snap/rocketchat-server/current/Caddyfile
https://your_domain:yourport {
 tls self_signed
 proxy / 127.0.0.1:4000 {
 websocket
 transparent
 }
}


_caddy-url_
proxy / localhost:_port_ {
 websocket
 transparent
} 

Related terms

See also

Advertising: