Please reply...
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,240999,241000#msg-241000
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi,
I am trying add the nginx upload module 2.2.0 with nginx 1.2.8 and getting
below error.
after./configure --add-module=
and
make
this one fails
> make install
make -f objs/Makefile install
make[1]: Entering directory `/app/build/nginx-1.2.8'
gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-un
Hello Francis,
Here is the curl o/p executed from browser machine.
c:\curl>curl.exe -i http://example.com
HTTP/1.1 301 Moved Permanently
Content-Type: text/html
Date: Fri, 12 Jul 2013 08:53:12 GMT
Location: https://example.com
Server: nginx/1.2.8
Content-Length: 184
Connection: keep-alive
301 M
Hello Francis,
Thanks for the quick reponse. Here is the snipet of the config being used
#
http {
include mime.types;
default_type application/octet-stream;
log_format main '$remote_addr - $remote_u
Hello Francis,
Thanks for the quick reponse. Here is the snipet of the config being used
#
http {
include mime.types;
default_type application/octet-stream;
log_format main '$remote_addr - $remote_u
Hi,
I am new to nginx. I am trying to redirect all request to https. This is the
redirect i am using
rewrite ^/(.*) https://example.com permanent;
somehow when I hit http://example.com on browser it goes to infinite loop.
Note: ssl is enabled on the load balancer
Please help!
Regards,
Par