[Webteam] squeak.org configured for nginx

Chris Cunnington websela at yahoo.com
Tue Mar 11 14:11:04 UTC 2014




On Mar 11, 2014, at 10:07 AM, Ken Causey <ken at kencausey.com> wrote:

> Congrats, you can test it already with http://new.squeak.org/ .

Thank you very much. Your approval in this process is important to me. 
> 
> Note that the primary complication with changing DNS so that http://squeak.org/ will work is going to be not breaking email working for squeak.org.  Moral: when you think you are done test email.
> 

I'll test email. I was thinking I might inadvertently shutter map, wiki, and source -- all on box2. I'll check email too. 
As Han Solo said: "This could be a real short trip."

> Ken
> 
> 
> 
> On 03/11/2014 08:59 AM, Chris Cunnington wrote:
>> http://box4.squeak.org
>> 
>> I've done the first of two parts. I've changed the config file nginx.conf to proxy to the running image. [1]
>> In strict terms, since the port number has been removed (i.e. It is no no longer box4.squeak.org:8624) the image is deployed.
>> Unfortunately, without a "www" subdomain or no subdomain (i.e. http://squeak.org) not many people are going to find it.
>> Thus I now turn to tinydns. When that's done, it's deployed.
>> 
>> Chris
>> 
>> 
>> [1]
>> 
>> I copied default.conf into default.conf_master.
>> 
>> I then hacked default.conf, which now contains only:
>> 
>> 
>> server {
>>     listen       80;
>>     server_name  *.squeak.org;
>> 
>> 
>>     location / {
>> 
>> 		proxy_pass http://127.0.0.1:8624;
>> 		}
>> 
>> 
>> 
>> }_______________________________________________
>> Webteam mailing list
>> Webteam at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/webteam
>> 
>> 
> 
> _______________________________________________
> Webteam mailing list
> Webteam at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/webteam



More information about the Webteam mailing list