URL instead of http://localhost:4567

Hi

How can I use a URL (e.g. www.mypage.com/sequenceserver) instead of http://localhost:4567 for sequenceserver? I have installed it on CentOS 7 server and I am currently doing this

ssh -L 4567:localhost:4567 user@server

Use Apache or Nginx for that:

http://www.sequenceserver.com/doc/#apache

http://www.sequenceserver.com/doc/#nginx

Priyam