I tried to create a symbolic link from /var/www/static to a folder in my home directory, but nginx wont serve the static content through a symbolic link like it will with files literally in /var/www/static. Am I correct in this understanding?
How can I store my static content (which I want nginx to serve, since it's so fast) in my home directory?