Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 256 Bytes

File metadata and controls

executable file
·
17 lines (12 loc) · 256 Bytes

Reverse proxy of all requests to scipion-portal.

Config

# webservices/settings.py
# ...
TARGET = "http://scipion.i2pc.es"

Deploy

If using Heroku, make sure to disable the static tasks:

$ heroku config:set DISABLE_COLLECTSTATIC=0