Hello!
After upgrade to 2.0 from 1.5 i'm can't change avatar.
but if disable Use full friendly URLs - avatars change working fine - on 1.5 it's working fine with friendly URLs
Nginx server config:
Whats wrong? Other links working fine wins friendly URLs. triuble only with avatars.
After upgrade to 2.0 from 1.5 i'm can't change avatar.
but if disable Use full friendly URLs - avatars change working fine - on 1.5 it's working fine with friendly URLs
Nginx server config:
Code:
location / {
try_files $uri $uri/ /index.php?$uri&$args;
}