benjaminadk commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779779905
It seemed to be working for a while tonight. CSS files were all being delivered. All I did was purge the cache a few times. Then I was switching between Google users (chrome instances) and then all CSS 404ed again. Could it have something to do with this session cookie? ``` #this next part requires the more_clear_headers module - if nginx fails, remove this if ($skip_cache = 0 ) { more_clear_headers "Set-Cookie*"; set $rt_session ""; } ``` This is the only thing I didn't install from the previous setup. Based on the comment I found I just skipped it. ---------------------------------------------------------------- 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: us...@infra.apache.org