[Box-Admins] Re: [Webteam] squeak.org configured for nginx

Ken Causey ken at kencausey.com
Tue Mar 11 14:07:36 UTC 2014


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

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.

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
>
>



More information about the Box-Admins mailing list