Lofesa commented on issue #1765:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1765#issuecomment-1494689035

   Can you do a direct request to http://mysite.com:85?
   For example from the command line in the server,can you run
   curl -Iv http://mysite.com:85
   If you can do that, what do you see in the html code?
   I mean if you see some like
   http://mysite.com:85/some-image.jpg
   
   If you see that, you need
   
   ModPagespeedMapRewriteDomain domain_to_write_into_html   
domain_specified_in_html 
   
   so in your case must be
   
   ModPagespeedMapRewriteDomain "https://test.accise.net"; 
"http//test.accise.net:85"
   
   
   


-- 
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: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to