You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2018/05/30 16:20:37 UTC

[GitHub] extensionsapp opened a new issue #1567: trim_urls bad work

extensionsapp opened a new issue #1567: trim_urls bad work
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1567
 
 
   Hello.
   
   My settings:
   ```
       pagespeed on;
       pagespeed FileCachePath /var/ngx_pagespeed_cache;
       pagespeed EnableFilters collapse_whitespace,remove_comments,trim_urls;
       pagespeed ReportUnloadTime off;
       pagespeed Statistics off;
       pagespeed StatisticsLogging off;
   ```
   
   trim_urls delete `/` on index page `https://hi.com`
   ```
   <a href="hello/world" style="background-image:url(img/1.jpg)">link</a>
   ```
   if I go to the link `https://hi.com/hello/world`, my bg image don`t show on this page
   ```
   <a href="hello/world" style="background-image:url(img/1.jpg)">link</a>
   ```
   
   SUCCESS - `https://hi.com/img/1.jpg`
   ERROR - `https://hi.com/hello/img/1.jpg`
   
   How to disable change background images?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services