@pinnion, I'm still seeing differing ETags between those 2: $ wget -qSO /dev/null https://staging.dashboard.villadeus.com/js/select2.full.min.js.gz 2>&1 | grep ETag ETag: "667af11b-520f" $ wget --compress gzip -qSO /dev/null https://staging.dashboard.villadeus.com/js/select2.full.min.js 2>&1 | grep ETag ETag: "667af11b-124fd"
Also, re `touch *`, I'm not entirely sure on how you are doing the "ahead of time compression" but I get good result from `gzip --best --keep --force --no-name` which cause the `.gz` files to be created with a newer timestamp naturally. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069921 Title: gzip_static directive stopped working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/2069921/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
