Been trying this for several hours now but i am having a hard time figuring it out.
location ~* ^\/sys\/assets\/(.*).css$ { try_files $uri $uri/ /sys/assets/stylesheets/$1; } I am basically trying to make css files called from /sys/assets/file.css to fallback to /sys/assets/stylesheets/file.css