[HTTPS Resource Definition] is a heading in ProVide’s settings.ini file that defines the URL path used for links created by the HTTPS portal, such as Share and Receive links. Its default value is //.
[HTTPS Resource Definition]
"//"
Using Share and Receive behind a reverse proxy #
If you run ProVide behind a reverse proxy, you can change this path so that share and receive links sit under a dedicated route. Edit the value inside the double quotes to whatever path you want the links to use. Bear in mind that you should not pick a path that end users are likely to use for something else, and note that this also requires matching configuration on your reverse proxy.
For example, to serve these links under a /filehosting/ path:
[HTTPS Resource Definition]
"/filehosting/"
After changing the value, save settings.ini and restart the ProVide service so the new resource definition takes effect.