http-only and secure are directives intended for browser. If the browser
doesn't detect HTTP proto for http-only setting and SSL for secure setting
then browser will drop the cookie and will never make it to the web server.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,236394,237245#m
Left out the fact make file is used to create the link.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,236654,237243#msg-237243
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Late to contribute as well but wanted to mention that we reference a single
include in the main config that gets linked to the actual file at the
deployment time only.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,236654,237242#msg-237242
__
Hello all:
I had a few subtle question on NGINX operation and in particular are of
reseading configuration :
-- Assuming NGINX processes are running and the configuration is syntacaly
valid, what it the difference when '.../nginx -s reload' is executed versus
'kill -HUP ' is executed? Is ther any