You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ngx-pagespeed-discuss
Hi everyone. I use Nginx as a Reverse proxy. Does the Pagespeed module work in this mode or not? Because I feel that this module is used for Nginx in webserver mode and does not work properly in reverse proxy mode.
Shane Marsh
unread,
May 11, 2022, 4:24:04 AM5/11/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ngx-pagespeed-discuss
In short, Yes it does work in reverse proxy and I ran that configuration for quite some time. Beyond the need to Nginx with OpenSSL from source, the major challenge I had is if you are using the proxy to terminate SSL and then having another later of backend servers (in my case Apache), running on port 80, you have to make sure the appropriate x-forwarded-proto etc type headers are set. It's a little more complicated still if you are running WordPress but it is doable and works reliably when fully set up.