Stefano#7366
New Pleskian
Hello there!
Bare with me as I'm new to Plesk, and setting something up for a client.
Currently we've got a problem where we want to serve the static content for a Django/Python application through a apache config.
The problem we're getting however, is the static content not showing up at all.

The broken image is the static content, and it resides in "domain.com/static/assets/images/white_logo.png".
The current config we're using in the apache and nginx settings menu is:
Bare with me as I'm new to Plesk, and setting something up for a client.
Currently we've got a problem where we want to serve the static content for a Django/Python application through a apache config.
The problem we're getting however, is the static content not showing up at all.

The broken image is the static content, and it resides in "domain.com/static/assets/images/white_logo.png".
The current config we're using in the apache and nginx settings menu is:
Apache config:
ServerName shop.visengaming.com
ServerAlias www.shop.visengaming.com
DocumentRoot /home/donationstore/env
ServerAdmin webmaster@store.visengaming.com
UseCanonicalName Off
# Donation Store
ProxyPass /static/ !
ProxyPass / http://135.181.2.162:8000/
Alias /static/ /home/donationstore/env/static/