Assets not found 404

Hi, this is my first post.

I have installed Bedrocks succesfully on localhost, now going to production.
Assets files give a 404 error. Also images inside uploads folder give 404 error.

I’m on mediatemple DV server,
I have a vhost.conf like this

ServerName ***
DocumentRoot /var/www/vhosts/***/httpdocs/web

<Directory "/var/www/vhosts/***/httpdocs/web">
        Options FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
</Directory>

Any help will be appreciated…

Regards

Problem solved, DocumentRoot edited from plesk, not vhost.conf.