thank you for the fast reply.
I'm using scgi, so my setup looks like this:
location / {
include /etc/nginx/scgi_params;
scgi_pass 127.0.0.1:4000;
}
to solve the problem I created a file "scgi_ssl_params" with following
content:
scgi_param SSL_PROTOC
Hello,
I setup a new server with nginx, ssl and scgi today. The crazy thing
is, that the connection is done per SSL, but the admin interface is
still disabled.
I access.py, but everything seem to be ok.
within request 'HTTP_REFERER': 'https://web2py.domain.com/admin/
default/site' seem to be ok,
2 matches
Mail list logo