I am using Ubuntu 11.04 and trying to install AjaxTerm using https. Any guide to use NginX to serve AjaxTerm using https protocal?
Also I would like to put AjaxTerm to be served under https://localhost/ajaxterm/ instead of the default http://localhost:8022.
How to do it?
Thanks.
I am assuming that you would like to setup ajaxterm to a remote server & not really localhost.
Setting up at a url like /ajaxterm would be difficult, but you can easily set it up at a subdomain like ajaxterm.yourserver.com with following lines inside the http directive in nginx
This should get you http://ajaxterm.yourserver.com running for you. To get it running on https, you can tweak the instructions for apache here