Changes between Initial Version and Version 1 of Ticket #1682
- Timestamp:
- 11/30/18 19:04:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1682 – Description
initial v1 3 3 Nginx tries to open the html file and through error 404. 4 4 I expected the redirection to the php script. 5 5 {{{ 6 6 server { 7 7 … … 57 57 } 58 58 } 59 59 }}} 60 60 61 61 Error: 62 62 {{{ 63 63 [debug] 50772#0: *64 Passing on content handling for non-pagespeed resource 'https://www.testing.com.uy/not-exist-file/test.html' 64 64 [error] 50772#0: *64 open() "/var/www/webdisk/testing.com.uy/htdocs/not-exist-file/test.html" failed (2: No such file or directory), client: X.X.X.X, server: www.testing.com.uy, request: "GET /not-exist-file/test.html HTTP/2.0", ... 65 65 }}} 66 66 Regards. 67 67 Guillermo.