- Joined
- May 25, 2019
- Messages
- 1,386
- Points
- 523
Reputation:
jorgejoneee submitted a new resource:
Xon AvatarUrl - Rewrites Avatar URLS to be more cache friendly. Requires host support.
Read more about this resource...
Xon AvatarUrl - Rewrites Avatar URLS to be more cache friendly. Requires host support.
Rewrites Avatar URLS to be more cache friendly by moving the timestamp from a query string parameter to part of the URL.
WARNING, requires URL rewrite support from host!
Nginx config:
Code:location ^~ /data/avatar/ { rewrite ^/data/avatar/([0-9]*)/(.*)$ /data/avatars/$2 last; return 403; }
Read more about this resource...