Based on the documentation, it seems like one can only create a regular HTTP server or a full, 24-7 HTTPS server. Is that correct? Is there any way to configure certain endpoints (like /login) require HTTPS, but continue to allow regular HTTP for other endpoints? Or would I need to run two server to achieve that?