Hosting your buyback website within a subdirectory of an already existing website.
It's possible to set up a reverse proxy using an Nginx configuration to establish a subdirectory on buyback.ai
For this configuration to work successfully, you must be on our enterprise plan. You must also paste the exact configuration we give you into your Nginx configuration file, updating each line as specified so that it meets our reverse proxy rules.
Nginx proxies configured without a resolver will cache IP addresses and cause your site to go offline without warning whenever our underlying infrastructure changes. You must use a resolver configuration when proxying with Nginx.
The below configuration has been tested and works with these exact settings if there are no conflicting top-level config issues.