Subsonic Port 80

Tutorials, tips and tricks.

Moderator: moderators

Subsonic Port 80

Postby konkretor » Sun May 10, 2015 9:24 am

When you are googling after this subject you find many informations about Apache and Nginx to setup a Proxy.

On Linux it gives a easy way to do this.
On Ubuntu/Debian, haproxy is supported on many more plattforms
You need following package haproxy http://www.haproxy.org/

sudo apt-get install haproxy


Config is empty with no function
sudo nano /etc/haproxy/haproxy.cfg

Paste this code in to haproxy.cfg

Code: Select all
     
frontend public
    bind *:80

    default_backend www

    backend www
    timeout server 30s
    server www1 127.0.0.1:4040


service haproxy restart

Now subsonic is runnig under port 80

For SSL Support please look here
http://blog.haproxy.com/2012/09/04/howt ... n-haproxy/

Original Post
http://konkretor.blog.de/2015/02/22/sub ... -20123105/
konkretor
 
Posts: 3
Joined: Sun May 10, 2015 8:31 am

Re: Subsonic Port 80

Postby insann » Tue Feb 16, 2016 1:44 am

hello konkretor are you still active here ?

may you tell me how to show mixed content ?
i'm trying to add ssl with haproxy and after adding it i got a problem displaying mixed content , you may have an idea ?
here are some topics :
http://forum.subsonic.org/forum/viewtopic.php?f=2&t=16129

http://forum.subsonic.org/forum/viewtopic.php?f=3&t=16409

http://forum.subsonic.org/forum/viewtopic.php?f=2&t=16370

thanks Insann
insann
 
Posts: 39
Joined: Sat Nov 14, 2015 6:37 pm

Re: Subsonic Port 80

Postby konkretor » Fri Oct 21, 2016 3:12 pm

Hello insann,

i will look for you, now i have read some of this thread.

The Answer with Haproxy is here

viewtopic.php?f=2&t=16129
konkretor
 
Posts: 3
Joined: Sun May 10, 2015 8:31 am


Return to Tutorials

Who is online

Users browsing this forum: No registered users and 10 guests