discourse-compose icon indicating copy to clipboard operation
discourse-compose copied to clipboard

discourse 2.0.0

Open u007 opened this issue 6 years ago • 2 comments

hi,

is there plan to support discourse 2.0.0? ive did my part, realize nginx did not replace properly. so i changed to use Caddy

xyz.com, xyz.com:443 {

tls self_signed
log /logs access.log
errors visible

root /www
proxy / app:3000 {
	except /assets /uploads /images
}

redir 301 {
	if {>X-Forwarded-Proto} is http
	/  https://{host}{uri}
}

}

u007 avatar Jun 07 '18 04:06 u007

Of cause. I'll upgrade it to support 2.x when I am free later.

leopku avatar Jun 08 '18 02:06 leopku

Make sure to add a Gemfile when you upgrade it!!!

McFlat avatar May 16 '20 06:05 McFlat