/var/www/app/staticに静的ファイルの入ったディレクトリがある場合、locaion /staticと指定し、aliasにstaticディレクトリのパスを設定します。
location /static {alias /var/www/app/static;}