Difference between revisions of "Caddyfile"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
 
  /var/snap/rocketchat-server/current/Caddyfile
 
  /var/snap/rocketchat-server/current/Caddyfile
 +
 
  https://your_domain:yourport {
 
  https://your_domain:yourport {
 
   tls self_signed
 
   tls self_signed

Revision as of 12:56, 2 May 2020

This article is a Draft. Help us to complete it.

https://caddyserver.com/docs/caddyfile


/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
} 


See also

Advertising: