Dreamsorcerer commented on issue #1657: ngx_pagespeed breaks updating WP by 
caching POST requests
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1657#issuecomment-506978531
 
 
   Yeah, but I think it would be difficult to tweak the nginx config to ignore 
POST requests. The current config block is:
   ```
        map $sent_http_content_type $expires {
                default                 15m;
                ~*text/css              1M;
                ~*application/javascript        1M;
                ~*text/x-component      1M;
                ~*audio/.*              1M;
                ~*video/.*              1M;
                ~*image/.*              6M;
                ~*font/.*               1y;
        }
        expires $expires;
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to