Open dewmguy opened 10 months ago
Unfortunately this application is monolithic, so both the back-end and front-end is within one process. Most people use some type of reverse-proxy to map the site to their desired domain path. You can change the port Wrapperr is running at as well. The easiest path here is to use a sub-domain or a URL base, such as www.mycoolwbsite/wrapperr
.
i would significantly prefer tossing the web app files into a directory on my web server rather than have the pages only accessible by using a port like 8282. is this possible already and i'm blind?