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
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 a
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 com
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 `r
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 redir
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 PageSpeedFi
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