You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
I am running Paperless on my server and I am trying to setup remote access (https://paperless.mydomain.com) to it via reverse proxy. I get it to work, but Paperless fails to load the static files (ie all CSS).
I've bashed into the container and used ./manage.py collectstatic. I confirm I can see all the static files on my paperless/static mounted folder.
I am running Paperless on my server and I am trying to setup remote access (https://paperless.mydomain.com) to it via reverse proxy. I get it to work, but Paperless fails to load the static files (ie all CSS).
I've bashed into the container and used
./manage.py collectstatic
. I confirm I can see all the static files on mypaperless/static
mounted folder.Docker-compose
nginx:
I can't understand why all the static files return 404. File permissions seem ok. Any idea?
Thank you
The text was updated successfully, but these errors were encountered: