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

   1)NGINX Proxy Manager (https) :443 -> OLS: (https) :4435
   
   with this one works fine:
   
   module modpagespeed {
   pagespeed on
   pagespeed InPlaceResourceOptimization on
   pagespeed FetchHttps enable,allow_self_signed
   pagespeed FileCachePath /tmp/lshttpd/modpagesp10/
   pagespeed EnableFilters remove_comments
   pagespeed EnableFilters collapse_whitespace
   pagespeed LowercaseHtmlNames on
   pagespeed EnableFilters extend_cache_pdfs
   pagespeed EnableFilters combine_css
   pagespeed EnableFilters rewrite_css
   pagespeed EnableFilters extend_cache,rewrite_images
   pagespeed EnableFilters rewrite_javascript
   pagespeed FetcherTimeoutMs 5000
   pagespeed XHeaderValue "Powered By ngx_pagespeed"
   pagespeed EnableFilters inline_css
   
   }
   
   I have problem with Offloading SSL:
   
   1)NGINX Proxy Manager (https) :443 -> OLS: (http) :85
   
   module modpagespeed {
   pagespeed on
   pagespeed InPlaceResourceOptimization on
   pagespeed FetchHttps enable,allow_self_signed
   pagespeed FileCachePath /tmp/lshttpd/modpagesp10/
   pagespeed EnableFilters remove_comments
   pagespeed EnableFilters collapse_whitespace
   pagespeed LowercaseHtmlNames on
   pagespeed EnableFilters extend_cache_pdfs
   pagespeed EnableFilters combine_css
   pagespeed EnableFilters rewrite_css
   pagespeed EnableFilters extend_cache,rewrite_images
   pagespeed EnableFilters rewrite_javascript
   pagespeed FetcherTimeoutMs 5000
   pagespeed XHeaderValue "Powered By ngx_pagespeed"
   pagespeed EnableFilters inline_css
   
   }
   
   +
   VHost module modpagespeed {
   
   pagespeed FetchHttps disable;
   pagespeed RespectXForwardedProto on;
   ModPagespeedMapOriginDomain "http://test.accise.net"; "
   https://test.accise.net";
   #ModPagespeedMapRewriteDomain "https://test.accise.net:80"; "
   https://test.accise.net";
   
   
   
   }
   
   
   
   Il giorno lun 3 apr 2023 alle ore 17:13 Lofesa ***@***.***>
   ha scritto:
   
   > What do you mean with "..same site 1)...."?
   > these are the requested headers from you Brave browser, not the response
   > headers from the web server.
   > Anyway, what have in your server config files?
   >
   > —
   > Reply to this email directly, view it on GitHub
   > 
<https://github.com/apache/incubator-pagespeed-ngx/issues/1765#issuecomment-1494513407>,
   > or unsubscribe
   > 
<https://github.com/notifications/unsubscribe-auth/ARZTEJXQX4KDJ4KTVLVKY33W7LSLJANCNFSM6AAAAAAWKO4TIA>
   > .
   > You are receiving this because you authored the thread.Message ID:
   > ***@***.***>
   >
   
   
   -- 
   -------------------
   | Nicola Cabras |
   -------------------
   


-- 
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