I've just found solution
wrong: try_files $2
right : try_files /$2
So, can you explain me, is this a hack or documented case?
wrong: try_files $2
right : try_files /$2
So, can you explain me, is this a hack or documented case?