I locate the problem. Is an apache module calle pagespeed
You can solve it adding the following directives to your apache/nginx directives
<IfModule pagespeed_module>
ModPagespeed off
</IfModule>
-
This reply was modified 4 years, 2 months ago by jvplannet.