[GitHub] [incubator-pagespeed-ngx] SergeyKhlopov commented on issue #1738: Why is there a 403 error in some images ?

2021-08-05 Thread GitBox
SergeyKhlopov commented on issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-893527823 @Lofesa Can you please tell me. This is a slightly different question. For some reason a 302 redirect occurs from pages with a trailing slash to without

[GitHub] [incubator-pagespeed-ngx] slavonnet closed issue #1039: broken image load

2021-08-05 Thread GitBox
slavonnet closed issue #1039: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1039 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2078: Mod_Pagespeed WordPress Uploaded WebP image not optimize and serving

2021-08-05 Thread GitBox
Lofesa commented on issue #2078: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2078#issuecomment-893676970 Hi And the webp images are served? In the map you have "~*webp" , the ~ tell us to make it case insensitive, * any string, webp the string "webp", but I´m

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1738: Why is there a 403 error in some images ?

2021-08-05 Thread GitBox
Lofesa commented on issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-893663481 Hi @SergeyKhlopov Maybe the issue is in the` return 301 https://domain.com$uri;` $uri can be "transformed" by nginx, the url can be encoded (f.e. white spaces

[GitHub] [incubator-pagespeed-mod] utags commented on issue #2078: Mod_Pagespeed WordPress Uploaded WebP image not optimize and serving

2021-08-05 Thread GitBox
utags commented on issue #2078: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2078#issuecomment-893622335 Hi Lofesa, Thank you for your reply. I have added `image/webp webp;` to `mime.types` file. Then in the HTTP block, I added this one. ```

[GitHub] [incubator-pagespeed-ngx] SergeyKhlopov commented on issue #1738: Why is there a 403 error in some images ?

2021-08-05 Thread GitBox
SergeyKhlopov commented on issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-893258777 Hi @Lofesa in includes/deny-files.conf; ``` location ~ \.(sh|hta|htp|sql|git|env) { deny all; } ``` If in CamelCase then

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1738: Why is there a 403 error in some images ?

2021-08-05 Thread GitBox
Lofesa commented on issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-893283879 ``` location ~ \.(sh|hta|htp|sql|git|env) { deny all; } ```

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2078: Mod_Pagespeed WordPress Uploaded WebP image not optimize and serving

2021-08-05 Thread GitBox
Lofesa commented on issue #2078: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2078#issuecomment-893289274 How the webp images are loaded? if these images are loaded by javascript, then pagespeed anly do some optimization by IPRO, and IPRO don´t allow all the filters,

[GitHub] [incubator-pagespeed-ngx] SergeyKhlopov closed issue #1738: Why is there a 403 error in some images ?

2021-08-05 Thread GitBox
SergeyKhlopov closed issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1717: Could not complete the build

2021-08-05 Thread GitBox
Lofesa commented on issue #1717: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-892570068 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [incubator-pagespeed-ngx] SergeyKhlopov commented on issue #1738: Why is there a 403 error in some images ?

2021-08-05 Thread GitBox
SergeyKhlopov commented on issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-892877674 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1738: Why is there a 403 error in some images ?

2021-08-05 Thread GitBox
Lofesa commented on issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-892568661 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [incubator-pagespeed-ngx] SergeyKhlopov commented on issue #1738: Why is there a 403 error in some images ?

2021-08-05 Thread GitBox
SergeyKhlopov commented on issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-893320162 Thanks a lot =) now there is no 403 error for pictures ``` location ~ \.(sh|hta|htp|sql|git|env)$ { deny all; } ``` `try_files` and

[GitHub] [incubator-pagespeed-ngx] SergeyKhlopov closed issue #1738: Why is there a 403 error in some images ?

2021-08-05 Thread GitBox
SergeyKhlopov closed issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1717: Could not complete the build

2021-08-05 Thread GitBox
eilandert commented on issue #1717: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-892582126 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2078: Mod_Pagespeed WordPress Uploaded WebP image not optimize and serving

2021-08-05 Thread GitBox
Lofesa commented on issue #2078: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2078#issuecomment-893289274 How the webp images are loaded? if these images are loaded by javascript, then pagespeed anly do some optimization by IPRO, and IPRO don´t allow all the filters,