Php – Nginx: How to serve static files for a special user
i have a page where the user has static files (pdf) and images (created from the pdf on) there is a structure like /files/user1/img/foo.jpg /files/user1/pdf/foo.pdf /files/user2/img/bar.jpg /files/user2/pdf/bar.pdf ... At the moment i deliver these images and pdf files with a…