Last edited:
Hello everyone,
I've had a DS1019+ for several months and everything has been working just great. I have set DSM to be available on two non-standard ports (12344 and 12345) and have reverse proxy set up so that I can access it at Web Hosting, Domain Name Registration | Mydomain and all other applications (Drive, Moments, etc.) on subfolders (https://mydomain.com/drive).
The other day I decided to try Airsonic in a Docker container. It is currently available at http://mydomain.com:32700 - I couldn't get it to use SSL. I would like to make it available through reverse proxy at https://music.mydomain.com. I have added an A record to my DNS zone pointing to the same IP address as mydomain.com. The reverse proxy is set up as follows:
Any suggestions on how to sort this out and make Airsonic a) available on this subdomain and b) use an SSL certificate?
I've had a DS1019+ for several months and everything has been working just great. I have set DSM to be available on two non-standard ports (12344 and 12345) and have reverse proxy set up so that I can access it at Web Hosting, Domain Name Registration | Mydomain and all other applications (Drive, Moments, etc.) on subfolders (https://mydomain.com/drive).
The other day I decided to try Airsonic in a Docker container. It is currently available at http://mydomain.com:32700 - I couldn't get it to use SSL. I would like to make it available through reverse proxy at https://music.mydomain.com. I have added an A record to my DNS zone pointing to the same IP address as mydomain.com. The reverse proxy is set up as follows:
- Source protocol: HTTPS
- Hostname: music.mydomain.com
- Port: 443
- Destination protocol: HTTP
- Hostname: localhost
- Port: 32700
Any suggestions on how to sort this out and make Airsonic a) available on this subdomain and b) use an SSL certificate?