My apologies if you’ve already checked this, but you might want to confirm that 
the server name you’re entering in the browser’s address bar exactly matches 
your server’s nginx.conf (and that there isn’t a DNS redirection interfering 
between the two). The configuration file should have an entry like:

    server {
        listen       80;
        server_name  admin.organisation.dommain.fr;
        …

You can check to make sure your DNS provider isn’t doing any special 
redirection using the developer tools console. In Safari, for example, the 
Resource panel has a “Location” section that lists the Host and Port for the 
request. Those should match the configuration above. Other browsers have 
similar debugging tools.

I mention this because if the URL you enter in your browser doesn’t match the 
Hilary configuration (if, for example, you enter an IP address in the browser’s 
address bar), then you’ll get a blank, white page just as you describe.


On Feb 3, 2014, at 1:05 PM, frederic dooremont 
<frederic.doorem...@univ-littoral.fr> wrote:

> we configure nginx for the url is of the type
> https://admin.organisation.dommain.fr
> 
> I create the tenant 
> Alias : Toto-Oae
> Name: Toto-Oae
> Url: toto.dommain.fr
> 
> I think we need to remove the piece, but how without the admin interface?
> 
> Frédéric Dooremont
> 
> 
>> Le 3 févr. 2014 à 18:05, Nicolaas Matthijs 
>> <nicolaas.matth...@caret.cam.ac.uk> a écrit :
>> 
>> What was the URL for the administration interface and what details did you 
>> use to create the tenant?
> _______________________________________________
> oae-dev mailing list
> oae-dev@collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/oae-dev

_______________________________________________
oae-dev mailing list
oae-dev@collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to