Resource icon

xF2 Add-on Xon AvatarUrl 1.0

No permission to download

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,375
Points
523

Reputation:

jorgejoneee submitted a new 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...
 
Top