YunoHost-Apps / redirect_ynh

Redirection app for YunoHost
GNU Affero General Public License v3.0
43 stars 20 forks source link

Allow redirecting HTTP/HTTPS app #24

Open Doc-Saintly opened 4 years ago

Doc-Saintly commented 4 years ago

I have an application like myapp.mydomain.com that I also want to host at the address myapp.com.

I tried doing this using the redirect but it always gets a 502 Bad Gateway error. It seems this is because the proxy is not expecting to be redirecting HTTP traffic? Is it possible to allow this application to work for this scenario?

Doc-Saintly commented 4 years ago

I think I've made a fix for this. It's in a PR now.