Re: [Pharo-dev] Hosting your own SmalltlakHub: turning off/on the web
On Thu, Jun 13, 2013 at 7:14 PM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
Anyone? I really need to disable the smalltalkhub frontend and let running the MC serving part. Any ideas?
Thanks
On Mon, Jun 3, 2013 at 9:08 AM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
On Fri, May 31, 2013 at 11:39 AM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
Hi Nico,
First, let me say that without a lot of pain, I have my own (actually, its for a client) SmalltalkHub instance running with Pharo 2.0, mongoDB, nginx and HTTPS :)
Usually we need the web interface quite infrequently, that is, when we create a new user or a new project. So I would like to turn off the website for most of the time and just turn it on when I need something like that. Of course when I mean turn off the website I mean that: only the website. Monticello should continue working :)
One "solution" I found is that since I have nginx listening in an SSL port and then this is forwarded to the port zinc is listening, I can just turn off nginx. That way noone can reach the website from outside... but maybe there is a better solution...
Of course this doesn't actually help because when I turn off nginx I not only turn off the website but also the "monticello server" part :( Any ideas?
Thanks!
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
participants (1)
-
Mariano Martinez Peck