You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2022/07/15 16:32:23 UTC

[GitHub] [incubator-pagespeed-ngx] Hackintoshcorp opened a new issue, #1754: Modify remote configurations on the fly

Hackintoshcorp opened a new issue, #1754:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1754

   Hi, how and is it even possible to change the name of the remote configuration file for example by $host variable.
   
   normal config setting:
   pagespeed RemoteConfigurationUrl https://example.com/remote.conf;
   dynamic config setting:
   pagespeed RemoteConfigurationUrl https://$host/remote.conf;
   
   I tried everything but cant get it to work. Do you know how?


-- 
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-unsubscribe@pagespeed.apache.org.apache.org

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


[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1754: Modify remote configurations on the fly

Posted by GitBox <gi...@apache.org>.
oschaaf commented on issue #1754:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1754#issuecomment-1185788050

   Do you also have `pagespeed ProcessScriptVariables on;`
   
   ```
   http {
       pagespeed ProcessScriptVariables on;
       server {
           pagespeed LoadFromFileMatch "^https?://$host/" "$document_root/";
       }
   }
   ```


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] Hackintoshcorp closed issue #1754: Modify remote configurations on the fly

Posted by GitBox <gi...@apache.org>.
Hackintoshcorp closed issue #1754: Modify remote configurations on the fly
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1754


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] Hackintoshcorp commented on issue #1754: Modify remote configurations on the fly

Posted by GitBox <gi...@apache.org>.
Hackintoshcorp commented on issue #1754:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1754#issuecomment-1185808913

   As I understand this loads HTML, CSS and other stuff it does not load remote config. I need to load remote config https://www.modpagespeed.com/doc/config_filters#remote-configuration


-- 
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-unsubscribe@pagespeed.apache.org

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