Hi Francis,
Thank you for your reply. What is the difference between:
fastcgi_no_cache $http_pragma $http_authorization
and
fastcgi_no_cache $remote_user
?
In addition, how can I verify the configuration is working as expected?
Thanks,
E
Le 2017-08-06 à 05:48, Francis Daly a écrit :
The documentation at http://nginx.org/r/fastcgi_no_cache describes what
that directive should do.
You want to disable fastcgi caching when the fastcgi variable REMOTE_USER
is set.
Your config presumably includes something like "fastcgi_param REMOTE_USER
$something".
In that case, you want "fastcgi_no_cache $something".
Good luck with it,
f
--
Etienne Robillard
[email protected]
http://www.isotopesoftware.ca/
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx