Is there a way to enable the pagespeed module in nginx using a request?
I saw that in Apache, it can be enabled or disabled using a query. For example www.site.com/?PageSpeed=on
In the Apache config pagespeed must be set to "off". In Apache, "off" means "off, but you can enable by URL request."
OK. But in nginx "off" means "off completely" and the URL is not included. In Apache, there is a third option to completely disable the module, and in NGINX I only know two "off" and "on". Documentation google pagespeed read but the question still remained.
Really that in nginx it is not possible?
Thank you all for the answers.