Monday, 02 October 2023
  101 Replies
  517 Visits
  Subscribe
Hi Sergio,

1) Have you written any docs on setting up a static page server (directories, etc)?
2) Setup sub-server app behind server. Nginx allows a server with a cert to proxy for http sub-servers on other ports using virtual paths. So server does https but proxies to http servers in same domain. Are there some equivalent options with the sgcServer component? https:/mysite.com/otherserver where otherserver is just another port.
3) Is there a way in server to reject all but https?

Thanks,
James