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

2021-08-07 Thread GitBox
SergeyKhlopov commented on issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-894662013 Hi @Lofesa Thanks for the help =) It turned out that a 302 redirect occurs in the site's script =) And $uri change on $request_uri -- This is an

[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] 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] 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 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] SergeyKhlopov commented on issue #1738: Why is there a 403 error in some images ?

2021-08-04 Thread GitBox
SergeyKhlopov commented on issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-892877674 [conf.txt](https://github.com/apache/incubator-pagespeed-ngx/files/6933565/conf.txt) Yes, with anonymous data I can throw it off. If I add the

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

2021-08-03 Thread GitBox
SergeyKhlopov commented on issue #1738: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-891884634 No, sorry, unfortunately I can't post -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use